mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
qutebrowser: 1.4.0 -> 1.4.1 (#43365)
Release notes: https://github.com/qutebrowser/qutebrowser/releases/tag/v1.4.1 Fixes CVE-2018-10895.
This commit is contained in:
parent
2d1d17032b
commit
9564b16fc0
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@ let
|
|||
|
||||
in python3Packages.buildPythonApplication rec {
|
||||
pname = "qutebrowser";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
|
||||
# the release tarballs are different from the git checkout!
|
||||
src = fetchurl {
|
||||
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "169xgwizw9kpdg0xll5jrxkb1k107cl4j1zx3jhmpsfbgykcnxpz";
|
||||
sha256 = "0n2z92vb91gpfchdm9wsm712r9grbvxwdp4npl5c1nbq247dxwm3";
|
||||
};
|
||||
|
||||
# Needs tox
|
||||
|
|
Loading…
Reference in a new issue