ell: 0.30 -> 0.31

This commit is contained in:
Maximilian Bosch 2020-04-25 12:12:54 +02:00
parent a194de9a9d
commit 74fcd4f2d6
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.30";
version = "0.31";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
rev = version;
sha256 = "0kiglgc02a6hqi1nhnl4d8lxax8b1fljp50pvqswrnbh7pgb5676";
sha256 = "1qlpc906xd78fzxvvj2kxi3aikgnw0c0h3x620s131apax4qrnqa";
};
patches = [