Unverified Commit 2e27f765 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents 92ea7a0b 928839c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;