gfold: 2025.9.0 -> 2025.12.0 (#474178)

This commit is contained in:
Yohann Boniface
2025-12-28 22:47:35 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gfold";
version = "2025.9.0";
version = "2025.12.0";
src = fetchFromGitHub {
owner = "nickgerace";
repo = "gfold";
tag = finalAttrs.version;
hash = "sha256-sPvhZaDGInXH2PT8fg28m7wyDZiIE4fFScNO8WIjV9s=";
hash = "sha256-lqDKPIWvwu60S6miSQ3TvHxhI9xuiN8VwmEz670UR78=";
};
cargoHash = "sha256-pbIE8QXY8lYsDGdmGVsOPesVTaHRjDBSd7ihQhN2XrI=";
cargoHash = "sha256-g4keAwNMPmhthbKF8uiPcciOVa1gUe1bDsvWtKc/M5I=";
nativeBuildInputs = [ mold ];