fzf-git-sh: 0-unstable-2025-05-08 -> 0-unstable-2025-07-10 (#424231)

This commit is contained in:
Matthias Beyer 2025-07-16 18:48:44 +02:00 committed by GitHub
commit 0c73a027e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fzf-git-sh"; pname = "fzf-git-sh";
version = "0-unstable-2025-05-08"; version = "0-unstable-2025-07-10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "junegunn"; owner = "junegunn";
repo = "fzf-git.sh"; repo = "fzf-git.sh";
rev = "3ec3e97d1cc75ec97c0ab923ed5aa567aee01a5e"; rev = "79e10ccaa8b3bddff95cd1dcb44b0c30a39da71f";
hash = "sha256-hkxbFYCogrIhnAGs3lcqY8Zv51/TAfM6zB9G78UuYSA="; hash = "sha256-5+rV3l1Jdy28IxGLMdmj0heLxmmpRwwobyg9sjdBRco=";
}; };
dontBuild = true; dontBuild = true;