ell: 0.36 -> 0.38

This commit is contained in:
Maxine Aubrey 2021-03-20 15:02:59 +01:00
parent c507cb42a8
commit 87fbee6a7d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ell"; pname = "ell";
version = "0.36"; version = "0.38";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
src = fetchgit { src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git"; url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
rev = version; rev = version;
sha256 = "0w7v2hihwwmnqd56bsmbjsiw8yyadr7zbdssjamqxx0pyl3dnrda"; sha256 = "sha256-UR6NHIO/L/QbuVerXe32RNT33wwrDvIZpV6nlYaImI8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [