shadowfox: 1.7.20 -> 2.0.1
https://github.com/SrKomodo/shadowfox-updater/releases/tag/v2.0.0 https://github.com/SrKomodo/shadowfox-updater/releases/tag/v2.0.1
This commit is contained in:
parent
5b7dea1962
commit
983908ad9f
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "shadowfox";
|
pname = "shadowfox";
|
||||||
version = "1.7.20";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SrKomodo";
|
owner = "SrKomodo";
|
||||||
repo = "shadowfox-updater";
|
repo = "shadowfox-updater";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14crips12l4n050b8hrqkfqbxl0l8s3y4y9lm8n0bjpxdpjbpr7q";
|
sha256 = "0j8ljnx281a5nwd3zpw7b25ndsxc26b52glk2hqhm5fh08f9w0d8";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/SrKomodo/shadowfox-updater";
|
goPackagePath = "github.com/SrKomodo/shadowfox-updater";
|
||||||
|
|
||||||
modSha256 = "143ky1fj7xglhjyzh78qzgh1m4j53kqps25c9vnq9q4vdyzm93sr";
|
modSha256 = "0anxrff09r5aw3a11iph0gigmcbmpfczm8him6ly57ywfzc5c850";
|
||||||
|
|
||||||
buildFlags = "--tags release";
|
buildFlags = "--tags release";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user