Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fe625854b01
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bed470aa5505
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 7, 2019

  1. shadowfox: 2.0.1 -> 2.2.0

    dtzWill committed Jun 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    markuskowa Markus Kowalewski
    Copy the full SHA
    8fdfa45 View commit details

Commits on Jun 9, 2019

  1. Merge pull request #62690 from dtzWill/update/shadowfox-2.2.0

    shadowfox: 2.0.1 -> 2.2.0
    etu authored Jun 9, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    markuskowa Markus Kowalewski
    Copy the full SHA
    bed470a View commit details
Showing with 3 additions and 9 deletions.
  1. +3 −9 pkgs/tools/networking/shadowfox/default.nix
12 changes: 3 additions & 9 deletions pkgs/tools/networking/shadowfox/default.nix
Original file line number Diff line number Diff line change
@@ -2,27 +2,21 @@

buildGoModule rec {
pname = "shadowfox";
version = "2.0.1";
version = "2.2.0";

src = fetchFromGitHub {
owner = "SrKomodo";
repo = "shadowfox-updater";
rev = "v${version}";
sha256 = "0j8ljnx281a5nwd3zpw7b25ndsxc26b52glk2hqhm5fh08f9w0d8";
sha256 = "125mw70jidbp436arhv77201jdp6mpgqa2dzmrpmk55f9bf29sg6";
};

goPackagePath = "github.com/SrKomodo/shadowfox-updater";

modSha256 = "0anxrff09r5aw3a11iph0gigmcbmpfczm8him6ly57ywfzc5c850";
modSha256 = "0hcc87mzacqwbw10l49kx0sxl4mivdr88c40wh6hdfvrbam2w86r";

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