Merge pull request #65285 from lpetre/fix_squashfuse_sha

squashfuse - fix sha for 0.1.103
This commit is contained in:
Jörg Thalheim 2019-07-23 07:12:40 +01:00 committed by GitHub
commit 401d412229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "vasi";
repo = "${pname}";
rev = "540204955134eee44201d50132a5f66a246bcfaf";
sha256 = "07jv4qjjz9ky3mw3p5prgs19g1bna9dcd7jjdz8083s1wyipdgcq";
sha256 = "062s77y32p80vc24a79z31g90b9wxzvws1xvicgx5fn1pd0xa0q6";
};
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ];