ell: 0.41 -> 0.42

This commit is contained in:
Maxine Aubrey 2021-08-06 11:16:20 +02:00
parent b75bb092e7
commit bc4484fa11
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

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