fix hash
Some checks failed
Build and Publish / build-release (push) Failing after 1m29s

This commit is contained in:
2026-04-10 10:07:01 -05:00
parent 14463a5dbe
commit 39f027d416
2 changed files with 9 additions and 8 deletions

15
build/flake.lock generated
View File

@@ -18,25 +18,26 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743448293, "lastModified": 1775710090,
"narHash": "sha256-bmEPmSjJakAp/JojZRrUvNcDX2R5/nuX6bm+seVaGhs=", "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "77b584d61ff80b4cef9245829a6f1dfad5afdfa3", "rev": "4c1018dae018162ec878d42fec712642d214fdfa",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs-unstable": "nixpkgs-unstable" "nixpkgs": "nixpkgs"
} }
}, },
"systems": { "systems": {

View File

@@ -15,7 +15,7 @@
version = "0.0.0"; version = "0.0.0";
src = ../.; src = ../.;
doCheck = false; doCheck = false;
vendorHash = "sha256-j8In3lKJ3ZpxI5i1HxasM2uqQ/j1Mmkh+VgoC2tNSGc="; vendorHash = "sha256-o2lb7G2UTG5AC0JkG677K636BrJO1oOpVLhl+neM8/A=";
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall