Merge pull request #61924 from dtzWill/update/shadowfox-2.0.1
shadowfox: 1.7.20 -> 2.0.1
This commit is contained in:
commit
82776c3877
|
@ -2,21 +2,27 @@
|
||||||
|
|
||||||
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";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# Contains compiler package only used by projects CI, and buildGoModule
|
||||||
|
# installs all binaries by default. So we remove this again.
|
||||||
|
rm $out/bin/compiler
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''
|
description = ''
|
||||||
This project aims at creating a universal dark theme for Firefox while
|
This project aims at creating a universal dark theme for Firefox while
|
||||||
|
|
Loading…
Reference in New Issue