Merge pull request #308788 from r-ryantm/auto-update/guile-lzlib

guile-lzlib: 0.0.2 -> 0.3.0
This commit is contained in:
Weijia Wang 2024-05-03 20:17:56 +02:00 committed by GitHub
commit dc5c226ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "guile-lzlib";
version = "0.0.2";
version = "0.3.0";
src = fetchurl {
url = "https://notabug.org/guile-lzlib/guile-lzlib/archive/${version}.tar.gz";
hash = "sha256-hiPbd9RH57n/v8vCiDkOcGprGomxFx2u1gh0z+x+T4c=";
hash = "sha256-p/mcjSoUPgXqItstyLnObCfK6UIWK0XuMBXtkCevD/I=";
};
strictDeps = true;