zziplib: 0.13.74 -> 0.13.78

This commit is contained in:
R. Ryantm 2024-10-16 06:16:12 +00:00
parent 0c1085e909
commit 8ed9892aac

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 = [