Merge pull request #209628 from r-ryantm/auto-update/squashfs-tools-ng

squashfs-tools-ng: 1.1.4 -> 1.2.0
This commit is contained in:
Weijia Wang 2023-01-23 16:22:02 +01:00 committed by GitHub
commit 844ba30310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "squashfs-tools-ng";
version = "1.1.4";
version = "1.2.0";
src = fetchurl {
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
sha256 = "06pnr3ilywqxch942l8xdg7k053xrqjkkziivx9h89bvy5j7hgvg";
sha256 = "sha256-1zYHYJXVhJdWQKeM0VVM4VzL3r3XPXebfR7IAEgyt+c=";
};
nativeBuildInputs = [ doxygen graphviz pkg-config perl ];