gfold: 2025.12.0 -> 2026.3.0 (#504599)

This commit is contained in:
Nick Cao
2026-03-30 19:44:38 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gfold";
version = "2025.12.0";
version = "2026.3.0";
src = fetchFromGitHub {
owner = "nickgerace";
repo = "gfold";
tag = finalAttrs.version;
hash = "sha256-lqDKPIWvwu60S6miSQ3TvHxhI9xuiN8VwmEz670UR78=";
hash = "sha256-iQWcRApAxWGrztEPtsKeaTWcM8gO0CQUA8tNia+bZ1I=";
};
cargoHash = "sha256-g4keAwNMPmhthbKF8uiPcciOVa1gUe1bDsvWtKc/M5I=";
cargoHash = "sha256-N7dgB0yzL5JSdQOAhNL9pnCSpV/Mo0Phe6ljwipLD/8=";
nativeBuildInputs = [ mold ];