Merge pull request #36916 from magnetophon/qutebrowser
qutebrowser: 1.1.1 -> 1.2.0
This commit is contained in:
commit
4e3b4b0acb
@ -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.1";
|
version = "1.2.0";
|
||||||
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 = "09fa77rg1yrl8cksavxmgm9z2246s4d8wjbkl5jm1gsam345f7mz";
|
sha256 = "0za0iiljs86y2n4znwk8cgn948xcv8iv80a9qfm87zl18y3ashly";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needs tox
|
# Needs tox
|
||||||
|
Loading…
Reference in New Issue
Block a user