nix-search-tv: 2.2.7 -> 2.2.8 (#535266)

This commit is contained in:
Gaétan Lepage
2026-06-25 20:21:16 +00:00
committed by GitHub
+4 -3
View File
@@ -7,13 +7,14 @@
buildGoModule (finalAttrs: {
pname = "nix-search-tv";
version = "2.2.7";
version = "2.2.8";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "3timeslazy";
repo = "nix-search-tv";
tag = "v${finalAttrs.version}";
hash = "sha256-vWKMGj2fBUbsAvwoYjgT+L4hH0A96u4rDOaT0wnj7iw=";
hash = "sha256-TbNpfJOL0IM+ElXYXherSeUT+qswxH8eY/tvCZyKAZg=";
};
vendorHash = "sha256-SSKDo4A8Nhvylghrw6d7CdHpZ7jObEr5V3r0Y9cH80Y=";
@@ -33,7 +34,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Fuzzy search for Nix packages";
homepage = "https://github.com/3timeslazy/nix-search-tv";
changelog = "https://github.com/3timeslazy/nix-search-tv/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/3timeslazy/nix-search-tv/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ GaetanLepage ];
mainProgram = "nix-search-tv";