nix-search-tv: 2.1.0 -> 2.1.2 (#389219)

This commit is contained in:
Gaétan Lepage 2025-03-12 18:24:51 +01:00 committed by GitHub
commit 220d184ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "nix-search-tv";
version = "2.1.0";
version = "2.1.2";
src = fetchFromGitHub {
owner = "3timeslazy";
repo = "nix-search-tv";
tag = "v${version}";
hash = "sha256-bQrn7tX1Pe1glH84OSO96Ud0bG/aq+HxdzQwyNFB3R4=";
hash = "sha256-ZUc9aphl2+KRGwH7cn3dtcTcC3RxrR6qZC4RqwVddFw=";
};
vendorHash = "sha256-hgZWppiy+P3BfoKOMClzCot1shKcGTZnsMCJ/ItxckE=";