dd_rescue: 1.99.8 -> 1.99.21

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2025-05-17 13:01:15 +02:00
parent 0f2f4519e1
commit 4fdf69a925

View file

@ -6,11 +6,11 @@
}:
stdenv.mkDerivation rec {
version = "1.99.8";
version = "1.99.21";
pname = "dd_rescue";
src = fetchurl {
sha256 = "1gbxm8gr9sx5g1q9dycs21hkxikcy97q09lp1lvs59pnd9qpdnwh";
hash = "sha256-YB3gyUX/8dsFfIbGUWX5rvRuIa2q9E4LOCtEOz+z/bk=";
url = "http://www.garloff.de/kurt/linux/ddrescue/${pname}-${version}.tar.bz2";
};