qutebrowser: 2.3.1 -> 2.4.0

conduit-nginx
Charlotte Van Petegem 2021-10-22 08:45:56 +02:00
parent 2cf9db0e3d
commit ba4c80bcec
No known key found for this signature in database
GPG Key ID: 019E764B7184435A
1 changed files with 2 additions and 2 deletions

View File

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