Merge pull request #146031 from lucc/nvimpager

nvimpager: 0.10 -> 0.10.4

authored by Thiago Kenji Okada and committed by GitHub 080b3cc9 61bb9d5d

+2 -5
+2 -5
pkgs/tools/misc/nvimpager/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "nvimpager"; 9 - version = "0.10"; 9 + version = "0.10.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "lucc"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-okYnPwuxU/syxcKIMUBc25r791D6Bug2w2axH4vvmAY="; 15 + sha256 = "sha256-0guSL4RvYQFwok7zGuevhQY6DHjnETRLpEIEQfGslcg="; 16 16 }; 17 17 18 18 buildInputs = [ ··· 26 26 preBuild = '' 27 27 patchShebangs nvimpager 28 28 substituteInPlace nvimpager --replace ':-nvim' ':-${neovim}/bin/nvim' 29 - # remove git command from makefile as we run from a tarball 30 - # replace with actual timestamp of the commit 31 - substituteInPlace makefile --replace '$(shell git log -1 --no-show-signature --pretty="%ct")' 1623019602 32 29 ''; 33 30 34 31 doCheck = true;