gfold: 2025.2.1 -> 2025.4.0

This commit is contained in:
R. Ryantm 2025-04-02 07:12:37 +00:00
parent 02b2743b6a
commit 1c487f5206

View File

@ -8,7 +8,7 @@
let
pname = "gfold";
version = "2025.2.1";
version = "2025.4.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
owner = "nickgerace";
repo = pname;
rev = version;
hash = "sha256-WgSFLAhPJe7U4ovanqqxYArmPHmN+JRcVHjXYATV+wQ=";
hash = "sha256-7PnqhS80Ozh5ZQNQ8iYgCiFT0JDLzhA09NV1HgrCOww=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-zU6ixAlac5TKTVm4vc1qVDYtHVoNDildJpi+RrBwV9Y=";
cargoHash = "sha256-nGHJ96jFqG1pe3WUILPzm52HxrZYde2Z1p8N4DTaxlw=";
passthru.tests.version = testers.testVersion {
package = gfold;