mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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
1 changed files with 9 additions and 3 deletions
|
@ -2,21 +2,27 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "shadowfox";
|
||||
version = "1.7.20";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SrKomodo";
|
||||
repo = "shadowfox-updater";
|
||||
rev = "v${version}";
|
||||
sha256 = "14crips12l4n050b8hrqkfqbxl0l8s3y4y9lm8n0bjpxdpjbpr7q";
|
||||
sha256 = "0j8ljnx281a5nwd3zpw7b25ndsxc26b52glk2hqhm5fh08f9w0d8";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/SrKomodo/shadowfox-updater";
|
||||
|
||||
modSha256 = "143ky1fj7xglhjyzh78qzgh1m4j53kqps25c9vnq9q4vdyzm93sr";
|
||||
modSha256 = "0anxrff09r5aw3a11iph0gigmcbmpfczm8him6ly57ywfzc5c850";
|
||||
|
||||
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; {
|
||||
description = ''
|
||||
This project aims at creating a universal dark theme for Firefox while
|
||||
|
|
Loading…
Reference in a new issue