We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92ea7a0 + 928839c commit 2e27f76Copy full SHA for 2e27f76
pkgs/by-name/fz/fzf-git-sh/package.nix
@@ -20,13 +20,13 @@
20
21
stdenv.mkDerivation rec {
22
pname = "fzf-git-sh";
23
- version = "0-unstable-2025-12-30";
+ version = "0-unstable-2026-01-31";
24
25
src = fetchFromGitHub {
26
owner = "junegunn";
27
repo = "fzf-git.sh";
28
- rev = "8dd169c08393b4d50c2ddd270da19705a30cbbac";
29
- hash = "sha256-EYo2HlZfFbLKRDuQz5nz8/Di2ur2uG0haapECKfamoU=";
+ rev = "34cd6c9d315d9b59b94721bd602c5769e919d686";
+ hash = "sha256-9xa7th5qC1ZtZ8VYTEgYNqoCk6dIII4OvsCcrG8vuyc=";
30
};
31
32
dontBuild = true;
0 commit comments