browsh: 1.4.10 -> 1.4.13

This commit is contained in:
Wael M. Nasreddine 2018-09-28 15:32:02 -07:00
parent e502c72773
commit fa46ce3828
No known key found for this signature in database
GPG key ID: 82AE0A31B33CEFCF

View file

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