gfold: 2025.4.0 -> 2025.7.0

This commit is contained in:
R. Ryantm 2025-07-31 01:25:56 +00:00
parent 6502d5ef75
commit 70e59dfd89

View File

@ -8,7 +8,7 @@
let
pname = "gfold";
version = "2025.4.0";
version = "2025.7.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "nickgerace";
repo = "gfold";
rev = version;
hash = "sha256-7PnqhS80Ozh5ZQNQ8iYgCiFT0JDLzhA09NV1HgrCOww=";
hash = "sha256-EWQ17aEOEZnYEe3WJpyNuC+r4tv8DP1fYFH6fII2p+8=";
};
cargoHash = "sha256-nGHJ96jFqG1pe3WUILPzm52HxrZYde2Z1p8N4DTaxlw=";
cargoHash = "sha256-3hzcYPD/w2vbsSuuHNAD2Oyqw0B0PIdERGgCAvAiQpk=";
passthru.tests.version = testers.testVersion {
package = gfold;