Merge pull request #287059 from r-ryantm/auto-update/ell

ell: 0.61 -> 0.62
This commit is contained in:
maxine 2024-02-09 21:51:53 +01:00 committed by GitHub
commit b4da8ac7aa
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.61";
version = "0.62";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
hash = "sha256-spoZRT/gBCk/e/pn1AujCpCPdEM7hn/ImRyQq4hwctI=";
hash = "sha256-HgYwyE0jejEzg9LorjDz7F0GbiXUfYpKNJ+tFIBbYWA=";
};
nativeBuildInputs = [