platinum-searcher: 2.1.5 -> 2.2.0
This commit is contained in:
parent
f0dec0b9d3
commit
2a08b19137
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||||
|
|
Loading…
Reference in a new issue