Skip to content

Commit

Permalink
browsh: 1.4.10 -> 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Sep 28, 2018
1 parent e502c72 commit fa46ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/browsh/default.nix
@@ -1,14 +1,14 @@
{ stdenv, buildGoPackage, fetchurl, fetchFromGitHub, go-bindata }:

let
version = "1.4.10";
version = "1.4.13";

# 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 = "0rgwzv1qahqy52q7zz4dklnwx7w4x3gj92ka8n0ypgf9fjjnmqas";
sha256 = "11477z7mva8lwfxsrfxckvgqkxrjhc80czra8cqhpakf0fih1a4g";
};

in buildGoPackage rec {
Expand Down

0 comments on commit fa46ce3

Please sign in to comment.