Skip to content

Commit e545681

Browse files
authored
gfold: 4.5.1 -> 4.6.0 (NixOS#366876)
2 parents bd0ef88 + 0a5de06 commit e545681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/version-management/gfold/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
let
1010
pname = "gfold";
11-
version = "4.5.1";
11+
version = "4.6.0";
1212
in
1313
rustPlatform.buildRustPackage {
1414
inherit pname version;
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
1717
owner = "nickgerace";
1818
repo = pname;
1919
rev = version;
20-
hash = "sha256-lIEYz5ngARzpJ4I1iN2bGd4eha1BiSmREJG6Cy2Lqrs=";
20+
hash = "sha256-z5E+YS2zO4zgsW7mZbVN0z4HOurqoXwXn8hQc++9tks=";
2121
};
2222

23-
cargoHash = "sha256-9/Ro5aYKJCJ+5wvv6PmfWMrhYfc3a3d0DAhGDwMrvq4=";
23+
cargoHash = "sha256-mSqqtHZDm1ySu48DdI2sF7i7A8rDkFS/4/9uB30JOI8=";
2424

2525
passthru.tests.version = testers.testVersion {
2626
package = gfold;

0 commit comments

Comments
 (0)