Merge pull request #166889 from rnhmjoj/pr-qute

qutebrowser: 2.4.0 -> 2.5.0
This commit is contained in:
Michele Guerini Rocco 2022-04-02 22:31:53 +02:00 committed by GitHub
commit 64804e1664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,12 +31,12 @@ let
in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
version = "2.4.0";
version = "2.5.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 = "8s2auxTrq/ljBXOy+4RHvhkod3h9xOOWThtV9yqFkuw=";
sha256 = "1zai8ivc9cqax2idspwvyp24dkis0x6sv29fia8ja3sp62i45171";
};
# Needs tox