qutebrowser: 2.3.0 -> 2.3.1

(cherry picked from commit 0cdf7b5da94f37c13c6c2366bf84c8ac779b8212)
This commit is contained in:
Charlotte Van Petegem 2021-07-28 14:47:40 +02:00 committed by Franz Pletz
parent be037c144d
commit 084d0a9dce
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -31,12 +31,12 @@ let
in mkDerivationWith python3Packages.buildPythonApplication rec { in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser"; pname = "qutebrowser";
version = "2.3.0"; version = "2.3.1";
# 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}/${pname}-${version}.tar.gz"; url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "09fz6rd0laisq7pqf9nrllcx58yb129fc05kdk45zrwwggq03b8h"; sha256 = "05n64mw9lzzxpxr7lhakbkm9ir3x8p0rwk6vbbg01aqg5iaanyj0";
}; };
# Needs tox # Needs tox