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 {
pname = "the_platinum_searcher";
version = "2.1.5";
version = "2.2.0";
src = fetchFromGitHub {
owner = "monochromegane";
repo = "the_platinum_searcher";
rev = "v${version}";
hash = "sha256-AJsFLleZf5yhLY5UZnaQUBQYntzBLXFh6jU2UtKg8/g=";
hash = "sha256-FNHlALFwMbajaHWOehdSFeQmvZSuCZLdqGqLZ7DF+pI=";
};
vendorHash = "sha256-GIjPgu0e+duN5MeWcRaF5xUFCkqe2aZJCwGbLUMko08=";