Merge pull request #83168 from marsam/update-z-lua

z-lua: 1.7.4 -> 1.8.4

authored by Mario Rodas and committed by GitHub 9255c067 ddc74eee

+4 -4
+4 -4
pkgs/tools/misc/z-lua/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "z-lua"; 5 - version = "1.7.4"; 6 7 src = fetchFromGitHub { 8 owner = "skywind3000"; 9 repo = "z.lua"; 10 - rev = "v${version}"; 11 - sha256 = "0cn38sadcn65pgw6dgr59bnx9hf97011hydmpmfi3kzdqjmarwci"; 12 }; 13 14 dontBuild = true; ··· 27 ''; 28 29 meta = with stdenv.lib; { 30 - homepage = https://github.com/skywind3000/z.lua; 31 description = "A new cd command that helps you navigate faster by learning your habits"; 32 license = licenses.mit; 33 maintainers = [ maintainers.marsam ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "z-lua"; 5 + version = "1.8.4"; 6 7 src = fetchFromGitHub { 8 owner = "skywind3000"; 9 repo = "z.lua"; 10 + rev = version; 11 + sha256 = "1whh2gzxhx4c24mwh5yifnpah56bzb6v7barp727pjw4whpflg1s"; 12 }; 13 14 dontBuild = true; ··· 27 ''; 28 29 meta = with stdenv.lib; { 30 + homepage = "https://github.com/skywind3000/z.lua"; 31 description = "A new cd command that helps you navigate faster by learning your habits"; 32 license = licenses.mit; 33 maintainers = [ maintainers.marsam ];