We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1938eb7 commit f7d9b79Copy full SHA for f7d9b79
nix/package.nix
@@ -9,7 +9,7 @@
9
version =
10
if src != null
11
then "unstable"
12
- else "0.6.0";
+ else "0.7.0";
13
in
14
buildGo125Module {
15
pname = "tpmtb";
@@ -23,10 +23,10 @@ in
23
owner = "loicsikidi";
24
repo = "tpm-ca-certificates";
25
tag = "v${version}";
26
- hash = "sha256-VzGshqMsqWfDWjJYr3U7IMli9Ht7WK1+y0prbyyXHAk=";
+ hash = "sha256-uCVKLW/nt1mJaKQ0pT3Golr/F3rnL2aICv0bX0JScp8=";
27
};
28
29
- vendorHash = "sha256-SV1wuv+Kcju1u2I7EKTzSldad3VJfRquXwqQWDwgrsM=";
+ vendorHash = "sha256-LMG4bAvifEO4YGZSOzbuxmoJp4x7BvPCv4nAgcicUds=";
30
31
# Build the main package (at the root)
32
# subPackages defaults to [ "." ] if not specified
0 commit comments