ell: 0.24 -> 0.26

This commit is contained in:
Franz Pletz 2019-11-18 02:19:56 +01:00
parent 622e12330b
commit bf3bab2b3f
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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