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

View File

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