ell: 0.43 -> 0.44

Closes: https://github.com/NixOS/nixpkgs/pull/136324
This commit is contained in:
Sergei Trofimovich 2021-09-20 08:31:06 +01:00
parent b098e3621e
commit 152a8a69af

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ell"; pname = "ell";
version = "0.43"; version = "0.44";
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-ttKFKV8spxnkFpZHV4Dn9BxJdjxYLWYrHY+qq6uAOlg="; sha256 = "sha256-8korsEvlQOtfyuGkzFun1Xbuc4uhI2I0YpACUfxlpIM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [