3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #185625 from ralismark/fix/squashfuse

squashfuse: 0.1.103 -> 0.1.105
This commit is contained in:
Jonas Heinrich 2022-08-21 21:03:50 +02:00 committed by GitHub
commit c1cab18503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "squashfuse";
version = "0.1.103";
version = "0.1.105";
src = fetchFromGitHub {
owner = "vasi";
repo = pname;
rev = "540204955134eee44201d50132a5f66a246bcfaf";
sha256 = "062s77y32p80vc24a79z31g90b9wxzvws1xvicgx5fn1pd0xa0q6";
repo = pname;
rev = version;
sha256 = "sha256-RIhDXzpmrYUOwj5OYzjWKJw0cwE+L3t/9pIkg/hFXA0=";
};
nativeBuildInputs = [ autoreconfHook libtool pkg-config ];