ell: 0.61 -> 0.62

This commit is contained in:
R. Ryantm 2024-02-07 20:38:52 +00:00
parent cd5c10f696
commit 39ef0c2883

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.61";
version = "0.62";
outputs = [ "out" "dev" ];
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
hash = "sha256-spoZRT/gBCk/e/pn1AujCpCPdEM7hn/ImRyQq4hwctI=";
hash = "sha256-HgYwyE0jejEzg9LorjDz7F0GbiXUfYpKNJ+tFIBbYWA=";
};
nativeBuildInputs = [