Skip to content

Commit b48a563

Browse files
authored
chore(nix): bump pkg to v0.4.1 (#41)
1 parent 2fc9fb9 commit b48a563

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.4.0";
12+
else "0.4.1";
1313
in
1414
buildGo125Module {
1515
pname = "tpm-trust";
@@ -23,10 +23,10 @@ in
2323
owner = "loicsikidi";
2424
repo = "tpm-trust";
2525
tag = "v${version}";
26-
hash = "sha256-y2VQ4aAoU6z4wnI1Vj/v0N1FNmkgyrHFFTRZ+wahwl0=";
26+
hash = "sha256-hhcIO+Od5Hhzm9evRlBHIicj+rivFn1H647mCKMq048=";
2727
};
2828

29-
vendorHash = "sha256-jkZ9J97giFaaoK+sSFCHyV55bqCzaAYqu5A03sWppOg=";
29+
vendorHash = "sha256-MKUZ87Ketw29cyCa/7fVcQmlsJa8shwz4gHT3mhRaco=";
3030

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

0 commit comments

Comments
 (0)