about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/clex
diff options
context:
space:
mode:
authorEmily Trau <emily@downunderctf.com>2023-11-29 13:19:21 +1100
committerEmily Trau <emily@downunderctf.com>2023-11-29 13:19:21 +1100
commit994fb2abe349987dc3d36fce6bb5ab082debe7a7 (patch)
tree96810c653af8cb6e40f6122b9bb456e08eae550e /pkgs/applications/file-managers/clex
parent10ee18ca9265cada45acfc7a6d7644cd22b82465 (diff)
clex: 4.6.patch10 -> 4.7
Diffstat (limited to 'pkgs/applications/file-managers/clex')
-rw-r--r--pkgs/applications/file-managers/clex/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/file-managers/clex/default.nix b/pkgs/applications/file-managers/clex/default.nix
index a2ac0df9801dd..507da73bbc533 100644
--- a/pkgs/applications/file-managers/clex/default.nix
+++ b/pkgs/applications/file-managers/clex/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "clex";
-  version = "4.6.patch10";
+  version = "4.7";
 
   src = fetchurl {
-    sha256 = "03niihqk57px7rm2c84qira5jm5vw8lj5s58dximk0w5gsis4fhw";
-    url = "${meta.homepage}/download/${pname}-${version}.tar.gz";
+    url = "https://github.com/xitop/clex/releases/download/v${version}/clex-${version}.tar.gz";
+    hash = "sha256-3Y3ayJEy9pHLTUSeXYeekTVdopwKLZ8vVcVarLIFnpM=";
   };
 
   buildInputs = [ ncurses ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
       to be executed by the shell. There are no built-in commands, CLEX is an
       add-on to your favorite shell.
     '';
-    homepage = "http://www.clex.sk";
+    homepage = "https://github.com/xitop/clex";
     license = licenses.gpl2Plus;
     platforms = with platforms; linux ++ darwin;
   };