Merge pull request #91582 from dotlambda/qutebrowser-1.13.0

qutebrowser: 1.12.0 -> 1.13.0
This commit is contained in:
Michele Guerini Rocco 2020-06-26 18:01:04 +02:00 committed by GitHub
commit 8068812b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,12 @@ let
in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
version = "1.12.0";
version = "1.13.0";
# 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 = "0pywyhi4v6ymxpn85grrdr1agmcxsnm5jfqf3rlxqx5swbnxbfs1";
sha256 = "1xq0a0mcssc1ss4fvhhwr75dhlh3nr9w46i2gmqczzh5cynk1sfk";
};
# Needs tox