ell: 0.44 -> 0.45

This commit is contained in:
Yurii Matsiuk 2021-11-08 14:28:51 +01:00
parent 251497ee5b
commit 76f89efce2
No known key found for this signature in database
GPG key ID: 61302290298601AA

View file

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.44";
version = "0.45";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
sha256 = "sha256-8korsEvlQOtfyuGkzFun1Xbuc4uhI2I0YpACUfxlpIM=";
sha256 = "sha256-W+IXubPuA/BQzD/LknCeJQgTXUH6I/rUrKBMeEzcBlw=";
};
nativeBuildInputs = [