summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ell/default.nix
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-11-08 14:28:51 +0100
committerYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-11-08 16:50:29 +0100
commit76f89efce2b09a9cace50a7e38c1e11ee9662a47 (patch)
tree1bb2af218b526526cdbea741f7f269a6e7b9e05e /pkgs/os-specific/linux/ell/default.nix
parent251497ee5b29707889cba6081d506d1f49b447fa (diff)
downloadnixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.tar
nixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.tar.gz
nixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.tar.bz2
nixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.tar.lz
nixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.tar.xz
nixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.tar.zst
nixpkgs-76f89efce2b09a9cace50a7e38c1e11ee9662a47.zip
ell: 0.44 -> 0.45
Diffstat (limited to 'pkgs/os-specific/linux/ell/default.nix')
-rw-r--r--pkgs/os-specific/linux/ell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/ell/default.nix b/pkgs/os-specific/linux/ell/default.nix
index 308997501ff..be46f00a2cf 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.44";
+  version = "0.45";
 
   outputs = [ "out" "dev" ];
 
   src = fetchgit {
-    url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
+    url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
     rev = version;
-    sha256 = "sha256-8korsEvlQOtfyuGkzFun1Xbuc4uhI2I0YpACUfxlpIM=";
+    sha256 = "sha256-W+IXubPuA/BQzD/LknCeJQgTXUH6I/rUrKBMeEzcBlw=";
   };
 
   nativeBuildInputs = [