fzf-git-sh: 0-unstable-2026-03-10 -> 0-unstable-2026-03-19 (#501647)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-20 15:47:18 +00:00
committed by GitHub
+3 -3
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "fzf-git-sh";
version = "0-unstable-2026-03-10";
version = "0-unstable-2026-03-19";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf-git.sh";
rev = "52e3f704767f6cf1dad557220e077fbb40162349";
hash = "sha256-4dR3bF4iKXZGWwr3FfmGqflhghdBB02EoVgjPu97mAk=";
rev = "0f0488331a060cf45aaecb6705a2cf394fb20293";
hash = "sha256-fV4RtYL+ksbl5SMVZMoRyo6YUWP/KFvFPgfIbecIOO4=";
};
dontBuild = true;