ell: 0.77 -> 0.78

Changes: https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.78
This commit is contained in:
Sergei Trofimovich 2025-06-20 06:29:52 +01:00
parent 2576cf9ca3
commit d48965aa58

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