shadowfox: pin to go 1.17, update vendor hash, complete ldflags, shorten description
This commit is contained in:
parent
00336e25bd
commit
d84ab451b0
@ -11,19 +11,18 @@ buildGoModule rec {
|
||||
sha256 = "125mw70jidbp436arhv77201jdp6mpgqa2dzmrpmk55f9bf29sg6";
|
||||
};
|
||||
|
||||
vendorSha256 = "17m0ssfw9n3g2lkv63qajz3adrk5yp0c9hx66x7dl79snwqd49yg";
|
||||
vendorSha256 = "sha256-llseW3k8ygTXwkSpnRfQEnX3OVj2zdL8JDpIoRcC9kE=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X main.tag=v${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = ''
|
||||
This project aims at creating a universal dark theme for Firefox while
|
||||
adhering to the modern design principles set by Mozilla.
|
||||
'';
|
||||
description = "Universal dark theme for Firefox while adhering to the modern design principles set by Mozilla";
|
||||
homepage = "https://overdodactyl.github.io/ShadowFox/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
|
@ -29934,7 +29934,9 @@ with pkgs;
|
||||
|
||||
sfxr-qt = libsForQt5.callPackage ../applications/audio/sfxr-qt { };
|
||||
|
||||
shadowfox = callPackage ../tools/networking/shadowfox { };
|
||||
shadowfox = callPackage ../tools/networking/shadowfox {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
shfmt = callPackage ../tools/text/shfmt { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user