fzf-preview: 0-unstable-2025-06-26 -> 0-unstable-2026-02-22

This commit is contained in:
Nikhil Singh
2026-02-23 00:30:28 +05:30
parent 9e01e89394
commit c729380e28
+3 -3
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation {
pname = "fzf-preview";
version = "0-unstable-2025-06-26";
version = "0-unstable-2026-02-22";
src = fetchFromGitHub {
owner = "niksingh710";
repo = "fzf-preview";
rev = "5f6e936d1c3943192f9bdade71cff8879bdab3a6";
hash = "sha256-vDgYv9PjQQYcMKG97ryncd30JPplnEqAKBp5hAE0E+o=";
rev = "5e5a5a5c4258fa86300cb56224e31416ff7401b5";
hash = "sha256-ZjBoTsZ2ymfhmUbMpMWT1MB20kLf0BILnCDu75F6WEQ=";
};
nativeBuildInputs = [ makeWrapper ];