squashfs-tools-ng: 0.9.1 -> 1.0.0
This commit is contained in:
parent
6eeb612a9b
commit
82a45d518a
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "squashfs-tools-ng";
|
||||
version = "0.9.1";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
|
||||
sha256 = "1ilxkrqbpb5whv7xfwfvph76jwyjzf988njjpyyr99h6jv2r77q1";
|
||||
sha256 = "1dpx0a200s46s1dxp64hkn765vap0hzmyyvmq7wrmcs81mvlrd0l";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ doxygen graphviz pkgconfig perl ];
|
||||
|
|
Loading…
Reference in a new issue