dumphfdl: 1.6.1 -> 1.7.0 (#458725)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-05 22:51:55 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dumphfdl";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "szpajder";
repo = "dumphfdl";
tag = "v${finalAttrs.version}";
hash = "sha256-M4WjcGA15Kp+Hpp+I2Ndcx+oBqaGxEeQLTPcSlugLwQ=";
hash = "sha256-kbUCHddhkM3Cj39ac5GQM3hCihRERnzWdELtnHjaIgg=";
};
buildInputs = [