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: 9edf8f73f76b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b64747192cf8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 12, 2019

  1. browsh: 1.5.0 -> 1.5.2

    * update/regen deps.nix
    dtzWill authored and Matthieu Coudron committed Jun 12, 2019
    Copy the full SHA
    b647471 View commit details
Showing with 68 additions and 77 deletions.
  1. +3 −3 pkgs/applications/networking/browsers/browsh/default.nix
  2. +65 −74 pkgs/applications/networking/browsers/browsh/deps.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/browsh/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, buildGoPackage, fetchurl, fetchFromGitHub, go-bindata }:

let
version = "1.5.0";
version = "1.5.2";

# TODO: must build the extension instead of downloading it. But since it's
# literally an asset that is indifferent regardless of the platform, this
# might be just enough.
webext = fetchurl {
url = "https://github.com/browsh-org/browsh/releases/download/v${version}/browsh-${version}-an.fx.xpi";
sha256 = "063m6rcdyf2zcrswkm56k8h3w15124bw5iykklzm60q5jk4ywn3f";
sha256 = "0b9aycyif0hfhfkivlnvinr13r9h4qyxx768286966p67napbd63";
};

in buildGoPackage rec {
@@ -23,7 +23,7 @@ in buildGoPackage rec {
owner = "browsh-org";
repo = "browsh";
rev = "v${version}";
sha256 = "14addyb1zdk1b9mizfxdagyzlkd9nf5gawnbrs44j5a3ggnl14ln";
sha256 = "1z78kgxrbi2jy20rbq6kx5mjk4gpg58w4rb3flp42l9p7bhdbr2h";
};

buildInputs = [ go-bindata ];
139 changes: 65 additions & 74 deletions pkgs/applications/networking/browsers/browsh/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.