ell: 0.20 -> 0.21

This commit is contained in:
Jan Tojnar 2019-08-13 14:09:57 +02:00
parent 4f7f9701ae
commit bd3a54b222
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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