tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
clex: 4.6.patch10 -> 4.7
Emily Trau
2 years ago
994fb2ab
10ee18ca
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
file-managers
clex
default.nix
+4
-4
pkgs/applications/file-managers/clex/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "clex";
5
5
-
version = "4.6.patch10";
5
5
+
version = "4.7";
6
6
7
7
src = fetchurl {
8
8
-
sha256 = "03niihqk57px7rm2c84qira5jm5vw8lj5s58dximk0w5gsis4fhw";
9
9
-
url = "${meta.homepage}/download/${pname}-${version}.tar.gz";
8
8
+
url = "https://github.com/xitop/clex/releases/download/v${version}/clex-${version}.tar.gz";
9
9
+
hash = "sha256-3Y3ayJEy9pHLTUSeXYeekTVdopwKLZ8vVcVarLIFnpM=";
10
10
};
11
11
12
12
buildInputs = [ ncurses ];
···
22
22
to be executed by the shell. There are no built-in commands, CLEX is an
23
23
add-on to your favorite shell.
24
24
'';
25
25
-
homepage = "http://www.clex.sk";
25
25
+
homepage = "https://github.com/xitop/clex";
26
26
license = licenses.gpl2Plus;
27
27
platforms = with platforms; linux ++ darwin;
28
28
};