platinum-searcher: 2.1.5 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-10-12 17:00:54 +00:00
parent f0dec0b9d3
commit 2a08b19137

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "the_platinum_searcher"; pname = "the_platinum_searcher";
version = "2.1.5"; version = "2.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "monochromegane"; owner = "monochromegane";
repo = "the_platinum_searcher"; repo = "the_platinum_searcher";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-AJsFLleZf5yhLY5UZnaQUBQYntzBLXFh6jU2UtKg8/g="; hash = "sha256-FNHlALFwMbajaHWOehdSFeQmvZSuCZLdqGqLZ7DF+pI=";
}; };
vendorHash = "sha256-GIjPgu0e+duN5MeWcRaF5xUFCkqe2aZJCwGbLUMko08="; vendorHash = "sha256-GIjPgu0e+duN5MeWcRaF5xUFCkqe2aZJCwGbLUMko08=";