From 9fe8c004ad5bcf36f1479854ac0893f81e680784 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 29 Nov 2023 08:21:40 +0000 Subject: [PATCH] ell: 0.59 -> 0.61 Changes: - https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.60 - https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.61 --- pkgs/os-specific/linux/ell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/ell/default.nix b/pkgs/os-specific/linux/ell/default.nix index 789a59f751f5..4cbf950cdce4 100644 --- a/pkgs/os-specific/linux/ell/default.nix +++ b/pkgs/os-specific/linux/ell/default.nix @@ -9,14 +9,14 @@ stdenv.mkDerivation rec { pname = "ell"; - version = "0.59"; + version = "0.61"; outputs = [ "out" "dev" ]; src = fetchgit { url = "https://git.kernel.org/pub/scm/libs/ell/ell.git"; rev = version; - hash = "sha256-uJcGYT+JSdz/XTyJb/VUyedmSKJW/4BbTM3fw3ebtIc="; + hash = "sha256-spoZRT/gBCk/e/pn1AujCpCPdEM7hn/ImRyQq4hwctI="; }; nativeBuildInputs = [