qutebrowser: 2.3.0 -> 2.3.1

This commit is contained in:
Charlotte Van Petegem 2021-07-28 14:47:40 +02:00
parent 32bfa39ab4
commit 0cdf7b5da9
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -31,12 +31,12 @@ let
in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
version = "2.3.0";
version = "2.3.1";
# 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 = "09fz6rd0laisq7pqf9nrllcx58yb129fc05kdk45zrwwggq03b8h";
sha256 = "05n64mw9lzzxpxr7lhakbkm9ir3x8p0rwk6vbbg01aqg5iaanyj0";
};
# Needs tox