Skip to content

Commit f7d9b79

Browse files
authored
chore: bump nix pkg to v0.7.0 (#118)
1 parent 1938eb7 commit f7d9b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version =
1010
if src != null
1111
then "unstable"
12-
else "0.6.0";
12+
else "0.7.0";
1313
in
1414
buildGo125Module {
1515
pname = "tpmtb";
@@ -23,10 +23,10 @@ in
2323
owner = "loicsikidi";
2424
repo = "tpm-ca-certificates";
2525
tag = "v${version}";
26-
hash = "sha256-VzGshqMsqWfDWjJYr3U7IMli9Ht7WK1+y0prbyyXHAk=";
26+
hash = "sha256-uCVKLW/nt1mJaKQ0pT3Golr/F3rnL2aICv0bX0JScp8=";
2727
};
2828

29-
vendorHash = "sha256-SV1wuv+Kcju1u2I7EKTzSldad3VJfRquXwqQWDwgrsM=";
29+
vendorHash = "sha256-LMG4bAvifEO4YGZSOzbuxmoJp4x7BvPCv4nAgcicUds=";
3030

3131
# Build the main package (at the root)
3232
# subPackages defaults to [ "." ] if not specified

0 commit comments

Comments
 (0)