fzf-git-sh: 0-unstable-2025-12-30 -> 0-unstable-2026-01-31 (#486234)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-02 17:25:43 +00:00
committed by GitHub
+3 -3
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "fzf-git-sh";
version = "0-unstable-2025-12-30";
version = "0-unstable-2026-01-31";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf-git.sh";
rev = "8dd169c08393b4d50c2ddd270da19705a30cbbac";
hash = "sha256-EYo2HlZfFbLKRDuQz5nz8/Di2ur2uG0haapECKfamoU=";
rev = "34cd6c9d315d9b59b94721bd602c5769e919d686";
hash = "sha256-9xa7th5qC1ZtZ8VYTEgYNqoCk6dIII4OvsCcrG8vuyc=";
};
dontBuild = true;