squashfuse: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2023-11-14 03:36:58 +00:00
parent 541745f774
commit 2cebf9d2ca

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "squashfuse";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "vasi";
repo = pname;
rev = version;
sha256 = "sha256-gK1k1Ooue3HLtBmPFMZdW4h2Ee1Uy4T26EOBeQICQpM=";
sha256 = "sha256-nCdAO5WPYt/aHdNnfkIJqz0T59COgsSGeXho4bFZVTY=";
};
nativeBuildInputs = [ autoreconfHook libtool pkg-config ];