3
0
Fork 0
forked from mirrors/nixpkgs

squashfs-tools-ng: 0.9 -> 0.9.1

This commit is contained in:
R. RyanTM 2020-05-10 13:45:05 +00:00 committed by Bjørn Forsman
parent 91031a8407
commit add53f7660

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "squashfs-tools-ng"; pname = "squashfs-tools-ng";
version = "0.9"; version = "0.9.1";
src = fetchurl { src = fetchurl {
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz"; url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
sha256 = "1jx6bga0k07cckpv0yk77kwql7rjiicf9wkbadc8yqhp463xn90q"; sha256 = "1ilxkrqbpb5whv7xfwfvph76jwyjzf988njjpyyr99h6jv2r77q1";
}; };
nativeBuildInputs = [ doxygen graphviz pkgconfig perl ]; nativeBuildInputs = [ doxygen graphviz pkgconfig perl ];