3
0
Fork 0
forked from mirrors/nixpkgs

ell: 0.21 -> 0.22

This commit is contained in:
Will Dietz 2019-09-03 19:37:37 -05:00
parent 9dbda3eddf
commit f0779e4497
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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