ell: 0.40 -> 0.41

This commit is contained in:
Maxine Aubrey 2021-06-13 18:39:21 +02:00
parent 9a3f486709
commit ad9ee4e0df
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.40";
version = "0.41";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
rev = version;
sha256 = "sha256-Yr08Kb8YU7xqBnhhS8rn+GFXAV68Hgj4aY26eptb9/8=";
sha256 = "sha256-UCE+PgGmbePlOoAc8jXxCX6fHr16qf1AQMKxizfSTJM=";
};
nativeBuildInputs = [