mirror of
https://github.com/fosrl/newt.git
synced 2026-09-18 11:59:06 +02:00
chore(nix): fix hash for updated go dependencies
Former-commit-id: ced87b1d5e
This commit is contained in:
committed by
Owen Schwartz
parent
b09f67c377
commit
f1bb6c663d
@@ -35,7 +35,7 @@
|
||||
inherit version;
|
||||
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
|
||||
|
||||
vendorHash = "sha256-+zMSzNbqmWm/DXL2xMUd5uPP5tSIybsRokwJ2zd0pf0=";
|
||||
vendorHash = "sha256-WfIK+Q8WQ372NzLw6DRapv1nYPduShi4KnVJBPk0Oz0=";
|
||||
|
||||
nativeInstallCheckInputs = [ pkgs.versionCheckHook ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user