browsh: 1.8.2 -> 1.8.3

+4 -4
+4 -4
pkgs/by-name/br/browsh/package.nix
··· 6 6 }: 7 7 8 8 let 9 - version = "1.8.2"; 9 + version = "1.8.3"; 10 10 11 11 # TODO: must build the extension instead of downloading it. But since it's 12 12 # literally an asset that is indifferent regardless of the platform, this 13 13 # might be just enough. 14 14 webext = fetchurl { 15 15 url = "https://github.com/browsh-org/browsh/releases/download/v${version}/browsh-${version}.xpi"; 16 - hash = "sha256-04rLyQt8co3Z7UJnDJmj++E4n7of0Zh1jQ90Bfwnx5A="; 16 + hash = "sha256-wLctfGHDCgy3nMG/nc882qNjHOAp8VeOZcEWJD7QThY="; 17 17 }; 18 18 19 19 in ··· 29 29 owner = "browsh-org"; 30 30 repo = "browsh"; 31 31 rev = "v${version}"; 32 - hash = "sha256-KbBVcNuERBL94LuRx872zpjQTzR6c5GalsBoNR52SuQ="; 32 + hash = "sha256-Abna1bAaqOT44zZJsObLMR5fTW2xlWBg1M0JYH0Yc6g="; 33 33 }; 34 34 35 - vendorHash = "sha256-eCvV3UuM/JtCgMqvwvqWF3bpOmPSos5Pfhu6ETaS58c="; 35 + vendorHash = "sha256-481dC7UrNMnb1QswvK2FqUiioTZ9xJP4dSd3rvRkqro="; 36 36 37 37 preBuild = '' 38 38 cp "${webext}" src/browsh/browsh.xpi