nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ddrescue: 1.23 -> 1.24 (#56484)

http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html

authored by

Will Dietz and committed by
xeji
63ca967f 3e6e8411

+2 -2
+2 -2
pkgs/tools/system/ddrescue/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "ddrescue-1.23"; 6 + name = "ddrescue-1.24"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://gnu/ddrescue/${name}.tar.lz"; 10 - sha256 = "13cd6c0x91zq10vdlyl6r5rib47bmsn5sshmkin3igwj8pa2vbm9"; 10 + sha256 = "11qh0bbzf00mfb4yq35gnv5m260k4d7q9ixklry6bqvhvvp3ypab"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ lzip ];