Merge pull request #290829 from r-ryantm/auto-update/squashfuse

squashfuse: 0.5.0 -> 0.5.2
This commit is contained in:
Weijia Wang 2024-03-06 22:28:18 +01:00 committed by GitHub
commit 061cfed2b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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