summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-08-06 11:16:20 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-08-10 11:15:10 +0200
commitbc4484fa115e42747935c3004aa57073801cb671 (patch)
treee22718ccf7598aab9de48abf756aeb050c1e283c /pkgs/os-specific/linux/ell
parentb75bb092e717a151bfe426833342337ff9b18d4a (diff)
downloadnixpkgs-bc4484fa115e42747935c3004aa57073801cb671.tar
nixpkgs-bc4484fa115e42747935c3004aa57073801cb671.tar.gz
nixpkgs-bc4484fa115e42747935c3004aa57073801cb671.tar.bz2
nixpkgs-bc4484fa115e42747935c3004aa57073801cb671.tar.lz
nixpkgs-bc4484fa115e42747935c3004aa57073801cb671.tar.xz
nixpkgs-bc4484fa115e42747935c3004aa57073801cb671.tar.zst
nixpkgs-bc4484fa115e42747935c3004aa57073801cb671.zip
ell: 0.41 -> 0.42
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 a43b9eff3c8..7cc28e7f314 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.41";
+  version = "0.42";
 
   outputs = [ "out" "dev" ];
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
     rev = version;
-    sha256 = "sha256-UCE+PgGmbePlOoAc8jXxCX6fHr16qf1AQMKxizfSTJM=";
+    sha256 = "sha256-GgQhSzVqGCpljWewtevCc9rpkks7devRNp5TN+5JNN4=";
   };
 
   nativeBuildInputs = [