Merge pull request #61924 from dtzWill/update/shadowfox-2.0.1

shadowfox: 1.7.20 -> 2.0.1
This commit is contained in:
Silvan Mosberger 2019-05-24 15:48:05 +02:00 committed by GitHub
commit 82776c3877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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