ell: 0.56 -> 0.57

This commit is contained in:
R. Ryantm 2023-05-25 15:59:48 +00:00
parent eeaa0964e5
commit 8b001c38c2

View file

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.56";
version = "0.57";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
sha256 = "sha256-aCQ7I4XgxswQRfzzZG3MYe+W3dPWWex5MErMc0ZilSA=";
sha256 = "sha256-9d9WMCByQ1TKWpzWe5msts1LG+BKKqwCgaMBbD74/+4=";
};
nativeBuildInputs = [