ell: 0.46 -> 0.49

This commit is contained in:
Maxine Aubrey 2022-03-18 16:30:26 +01:00
parent c377a6f7f5
commit 75a612b110
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.46";
version = "0.49";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
sha256 = "sha256-Am1PNFFfSzII4Iaeq0wgfuVHSeMDjiDzYkNQWlnEHJY=";
sha256 = "sha256-/5ivelqRDvJuPVJqMs27VJUIq7/Dw6ROt/cmjSo309s=";
};
nativeBuildInputs = [