qutebrowser: 1.1.0 -> 1.1.1
This commit is contained in:
parent
0f21306ca3
commit
147f3d4d81
@ -29,13 +29,13 @@ let
|
|||||||
in python3Packages.buildPythonApplication rec {
|
in python3Packages.buildPythonApplication rec {
|
||||||
name = "qutebrowser-${version}${versionPostfix}";
|
name = "qutebrowser-${version}${versionPostfix}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
versionPostfix = "";
|
versionPostfix = "";
|
||||||
|
|
||||||
# the release tarballs are different from the git checkout!
|
# the release tarballs are different from the git checkout!
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz";
|
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz";
|
||||||
sha256 = "1w02z5akr1v2517rbqrnv65vfsqvgw310g2nhanbwdg606crzr94";
|
sha256 = "09fa77rg1yrl8cksavxmgm9z2246s4d8wjbkl5jm1gsam345f7mz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needs tox
|
# Needs tox
|
||||||
|
Loading…
Reference in New Issue
Block a user