clex: 4.6.patch10 -> 4.7

+4 -4
+4 -4
pkgs/applications/file-managers/clex/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "clex"; 5 - version = "4.6.patch10"; 5 + version = "4.7"; 6 6 7 7 src = fetchurl { 8 - sha256 = "03niihqk57px7rm2c84qira5jm5vw8lj5s58dximk0w5gsis4fhw"; 9 - url = "${meta.homepage}/download/${pname}-${version}.tar.gz"; 8 + url = "https://github.com/xitop/clex/releases/download/v${version}/clex-${version}.tar.gz"; 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 - homepage = "http://www.clex.sk"; 25 + homepage = "https://github.com/xitop/clex"; 26 26 license = licenses.gpl2Plus; 27 27 platforms = with platforms; linux ++ darwin; 28 28 };