ell: 0.26 -> 0.27

This commit is contained in:
Maximilian Bosch 2019-12-27 16:29:49 +01:00
parent c3d4998e41
commit eac7f001ad
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.26";
version = "0.27";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
rev = version;
sha256 = "1gnqd7dghwkcn48f6fr9qvkkm976b3x4bn3l7l2k9pamzpng084i";
sha256 = "0pr9c4h535ggj54zfah9m3wziiwlig7r1hxpfx16s2s11ylrl9gd";
};
patches = [