ell: 0.77 -> 0.78 (#418330)

This commit is contained in:
Nick Cao 2025-06-22 09:59:05 -04:00 committed by GitHub
commit bf0680d24a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.77";
version = "0.78";
outputs = [
"out"
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
hash = "sha256-yi1i76mBXxgDKBqug/kfb05076VZqJ1iGK8TXZh8F7g=";
hash = "sha256-1kw0oiYkEydoMWrECehI5M6VbcL+Y340Pu5QU2F3sbQ=";
};
nativeBuildInputs = [