We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd0ef88 + 0a5de06 commit e545681Copy full SHA for e545681
pkgs/applications/version-management/gfold/default.nix
@@ -8,7 +8,7 @@
8
9
let
10
pname = "gfold";
11
- version = "4.5.1";
+ version = "4.6.0";
12
in
13
rustPlatform.buildRustPackage {
14
inherit pname version;
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
17
owner = "nickgerace";
18
repo = pname;
19
rev = version;
20
- hash = "sha256-lIEYz5ngARzpJ4I1iN2bGd4eha1BiSmREJG6Cy2Lqrs=";
+ hash = "sha256-z5E+YS2zO4zgsW7mZbVN0z4HOurqoXwXn8hQc++9tks=";
21
};
22
23
- cargoHash = "sha256-9/Ro5aYKJCJ+5wvv6PmfWMrhYfc3a3d0DAhGDwMrvq4=";
+ cargoHash = "sha256-mSqqtHZDm1ySu48DdI2sF7i7A8rDkFS/4/9uB30JOI8=";
24
25
passthru.tests.version = testers.testVersion {
26
package = gfold;
0 commit comments