summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-05-13 21:50:20 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-05-13 21:50:35 +0200
commite3760e234b41049f31041d90246310c0a0505310 (patch)
treeca219e761284659bd03acfea3484067909f18388 /pkgs/os-specific/linux/ell
parent48c25a9eaf149527c0c5d12ddfd91e39a520b522 (diff)
downloadnixpkgs-e3760e234b41049f31041d90246310c0a0505310.tar
nixpkgs-e3760e234b41049f31041d90246310c0a0505310.tar.gz
nixpkgs-e3760e234b41049f31041d90246310c0a0505310.tar.bz2
nixpkgs-e3760e234b41049f31041d90246310c0a0505310.tar.lz
nixpkgs-e3760e234b41049f31041d90246310c0a0505310.tar.xz
nixpkgs-e3760e234b41049f31041d90246310c0a0505310.tar.zst
nixpkgs-e3760e234b41049f31041d90246310c0a0505310.zip
ell: 0.38 -> 0.40
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 28096059101..8a41cd126df 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.38";
+  version = "0.40";
 
   outputs = [ "out" "dev" ];
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
     rev = version;
-    sha256 = "sha256-UR6NHIO/L/QbuVerXe32RNT33wwrDvIZpV6nlYaImI8=";
+    sha256 = "sha256-Yr08Kb8YU7xqBnhhS8rn+GFXAV68Hgj4aY26eptb9/8=";
   };
 
   nativeBuildInputs = [