Skip to content

Commit 0816504

Browse files
committed
fix vendor hash
1 parent 6745856 commit 0816504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
pkgs ? import <nixpkgs> { },
3-
vendorHash ? "sha256-xHScXL3i2oxJSJsvOC+KqLCA5Psu3ht7DQNrh0rB1rA=",
3+
vendorHash ? "sha256-dWo8SAEUVyBhKyKoIj2u1VHiWPMod9veYGbivXkUI2Y=",
44
}:
55
let
66
sops-init-gpg-key = pkgs.callPackage ./pkgs/sops-init-gpg-key { };

0 commit comments

Comments
 (0)