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

squashfs-tools-ng: 1.3.0 -> 1.3.1
This commit is contained in:
Weijia Wang 2024-05-03 10:22:01 +02:00 committed by GitHub
commit 85b54c27e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "squashfs-tools-ng";
version = "1.3.0";
version = "1.3.1";
src = fetchurl {
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
sha256 = "sha256-X5HfXrTUrmtvYT6bfNNG2vRTc6GwZcbBsIkahqvhPo8=";
sha256 = "sha256-ByjoJfGM4a8OwAkK6YkmZeYVkLuUkQ8SvwgQuHT9zn8=";
};
nativeBuildInputs = [ doxygen graphviz pkg-config perl ];