summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell/default.nix
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-08-30 20:22:29 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-08-30 20:22:38 +0200
commit9040a3b1bf4f8045078df4a86c8c2bc0cc711680 (patch)
tree27dc274e748d7483678259c8fa16f79db08db7bc /pkgs/os-specific/linux/ell/default.nix
parent47adaf1d8db880dbd04774641cbdc836c6a1624b (diff)
downloadnixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.tar
nixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.tar.gz
nixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.tar.bz2
nixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.tar.lz
nixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.tar.xz
nixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.tar.zst
nixpkgs-9040a3b1bf4f8045078df4a86c8c2bc0cc711680.zip
ell: 0.42 -> 0.43
- https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.43
Diffstat (limited to 'pkgs/os-specific/linux/ell/default.nix')
-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 7cc28e7f314..5fea8c19796 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.42";
+  version = "0.43";
 
   outputs = [ "out" "dev" ];
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
     rev = version;
-    sha256 = "sha256-GgQhSzVqGCpljWewtevCc9rpkks7devRNp5TN+5JNN4=";
+    sha256 = "sha256-ttKFKV8spxnkFpZHV4Dn9BxJdjxYLWYrHY+qq6uAOlg=";
   };
 
   nativeBuildInputs = [