ddrescue: 1.29 -> 1.29.1 (#392087)

This commit is contained in:
Franz Pletz
2025-03-29 16:55:23 +01:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "ddrescue";
version = "1.29";
version = "1.29.1";
src = fetchurl {
url = "mirror://gnu/ddrescue/ddrescue-${version}.tar.lz";
sha256 = "sha256-AaQUMnhTs5+6L9Ds4w977i6djI6OsxQxhSSt9aYAOaM=";
sha256 = "sha256-3dfUXfAmgHg1ouxqucNl3y7xno3hpQ/+aIbNOR4E3XU=";
};
nativeBuildInputs = [ lzip ];