mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-30 09:07:02 +00:00
squashfs-tools-ng: 1.0.1 -> 1.0.4
This commit is contained in:
parent
279e66e106
commit
44b2f7d17d
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "squashfs-tools-ng";
|
pname = "squashfs-tools-ng";
|
||||||
version = "1.0.1";
|
version = "1.0.4";
|
||||||
|
|
||||||
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 = "120x2hlbhpm90bzxz70z764552ffrjpidmp1y6gafx70zp0hrks4";
|
sha256 = "04zvpws1nk3r2kr1k5in9di9fhn4zzciyndgnxnijmhiqpyrx072";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ doxygen graphviz pkg-config perl ];
|
nativeBuildInputs = [ doxygen graphviz pkg-config perl ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue