We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc9fb9 commit b48a563Copy full SHA for b48a563
1 file changed
nix/package.nix
@@ -9,7 +9,7 @@
9
version =
10
if src != null
11
then "unstable"
12
- else "0.4.0";
+ else "0.4.1";
13
in
14
buildGo125Module {
15
pname = "tpm-trust";
@@ -23,10 +23,10 @@ in
23
owner = "loicsikidi";
24
repo = "tpm-trust";
25
tag = "v${version}";
26
- hash = "sha256-y2VQ4aAoU6z4wnI1Vj/v0N1FNmkgyrHFFTRZ+wahwl0=";
+ hash = "sha256-hhcIO+Od5Hhzm9evRlBHIicj+rivFn1H647mCKMq048=";
27
};
28
29
- vendorHash = "sha256-jkZ9J97giFaaoK+sSFCHyV55bqCzaAYqu5A03sWppOg=";
+ vendorHash = "sha256-MKUZ87Ketw29cyCa/7fVcQmlsJa8shwz4gHT3mhRaco=";
30
31
# Build the main package (at the root)
32
# subPackages defaults to [ "." ] if not specified
0 commit comments