dumphfdl: 1.6.1 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-11-05 05:00:38 +00:00
parent 72609b8ced
commit f60d1dc508
+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 = [