Merge pull request #307313 from trofi/ell-update

ell: 0.64 -> 0.65
This commit is contained in:
Doron Behar 2024-05-26 18:18:33 +03:00 committed by GitHub
commit a4aebd6123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.64";
version = "0.65";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
hash = "sha256-LONfgFgPg8KCDwtw//WTOYQT9RpnIskdHAWcgafOhcg=";
hash = "sha256-q0C9KfWHxdmrG7xcbb8zpFL4ro+BJb7BL2tyKdFIhew=";
};
nativeBuildInputs = [