qutebrowser: 2.4.0 -> 2.5.0

This commit is contained in:
rnhmjoj 2022-04-02 02:21:01 +02:00
parent e194871435
commit c313f82a8e
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

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