zziplib: 0.13.74 -> 0.13.78 (#348977)

This commit is contained in:
lassulus 2024-10-19 19:07:29 +02:00 committed by GitHub
commit 8ce18c05e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "zziplib";
version = "0.13.74";
version = "0.13.78";
src = fetchFromGitHub {
owner = "gdraheim";
repo = pname;
rev = "v${version}";
hash = "sha256-MjqGHzb+dsAq2PrcBhU3sv4eMX3afkgFWUbhDp+5o/s=";
hash = "sha256-8QxQrxqYO4LtB8prMqgz5a0QqvSKL7KzTkgi+VdHp6A=";
};
nativeBuildInputs = [