mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
browsh: 1.8.2 -> 1.8.3 (#409247)
This commit is contained in:
commit
24a7de1f66
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.8.2";
|
version = "1.8.3";
|
||||||
|
|
||||||
# TODO: must build the extension instead of downloading it. But since it's
|
# TODO: must build the extension instead of downloading it. But since it's
|
||||||
# literally an asset that is indifferent regardless of the platform, this
|
# literally an asset that is indifferent regardless of the platform, this
|
||||||
# might be just enough.
|
# might be just enough.
|
||||||
webext = fetchurl {
|
webext = fetchurl {
|
||||||
url = "https://github.com/browsh-org/browsh/releases/download/v${version}/browsh-${version}.xpi";
|
url = "https://github.com/browsh-org/browsh/releases/download/v${version}/browsh-${version}.xpi";
|
||||||
hash = "sha256-04rLyQt8co3Z7UJnDJmj++E4n7of0Zh1jQ90Bfwnx5A=";
|
hash = "sha256-wLctfGHDCgy3nMG/nc882qNjHOAp8VeOZcEWJD7QThY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
@ -29,10 +29,10 @@ buildGoModule rec {
|
||||||
owner = "browsh-org";
|
owner = "browsh-org";
|
||||||
repo = "browsh";
|
repo = "browsh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-KbBVcNuERBL94LuRx872zpjQTzR6c5GalsBoNR52SuQ=";
|
hash = "sha256-Abna1bAaqOT44zZJsObLMR5fTW2xlWBg1M0JYH0Yc6g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-eCvV3UuM/JtCgMqvwvqWF3bpOmPSos5Pfhu6ETaS58c=";
|
vendorHash = "sha256-481dC7UrNMnb1QswvK2FqUiioTZ9xJP4dSd3rvRkqro=";
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cp "${webext}" src/browsh/browsh.xpi
|
cp "${webext}" src/browsh/browsh.xpi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue