summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-09-20 08:31:06 +0100
committerSergei Trofimovich <slyich@gmail.com>2021-09-20 08:33:15 +0100
commit152a8a69aff8ee6e2a7bf0cc12234201f644fce4 (patch)
treee7bfdcf1882431aab6fcc9f9e1d2edb36e0d3471 /pkgs/os-specific/linux/ell
parentb098e3621ebe26deee39c713ae59f39bdfbd4241 (diff)
downloadnixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.tar
nixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.tar.gz
nixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.tar.bz2
nixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.tar.lz
nixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.tar.xz
nixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.tar.zst
nixpkgs-152a8a69aff8ee6e2a7bf0cc12234201f644fce4.zip
ell: 0.43 -> 0.44
Closes: https://github.com/NixOS/nixpkgs/pull/136324
Diffstat (limited to 'pkgs/os-specific/linux/ell')
-rw-r--r--pkgs/os-specific/linux/ell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/ell/default.nix b/pkgs/os-specific/linux/ell/default.nix
index 5fea8c19796..308997501ff 100644
--- a/pkgs/os-specific/linux/ell/default.nix
+++ b/pkgs/os-specific/linux/ell/default.nix
@@ -7,14 +7,14 @@
 
 stdenv.mkDerivation rec {
   pname = "ell";
-  version = "0.43";
+  version = "0.44";
 
   outputs = [ "out" "dev" ];
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
     rev = version;
-    sha256 = "sha256-ttKFKV8spxnkFpZHV4Dn9BxJdjxYLWYrHY+qq6uAOlg=";
+    sha256 = "sha256-8korsEvlQOtfyuGkzFun1Xbuc4uhI2I0YpACUfxlpIM=";
   };
 
   nativeBuildInputs = [