ell: 0.45 -> 0.46

This commit is contained in:
ElXreno 2021-11-22 14:36:58 +03:00
parent 93e835bd92
commit fa022edf06
No known key found for this signature in database
GPG Key ID: 635CDB7EE37B4706

View File

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