qutebrowser: 2.2.3 -> 2.3.0

(cherry picked from commit 7286fc29c544f66126c955d4374a53684e4a6c37)
This commit is contained in:
Charlotte Van Petegem 2021-06-28 17:35:23 +02:00 committed by github-actions[bot]
parent 5079a07985
commit 4fae706ade

View File

@ -31,12 +31,12 @@ let
in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
version = "2.2.3";
version = "2.3.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 = "sha256-BoP168jxj94nvkrcgC83fPw/TPRsI2PbCooqzWNF62I=";
sha256 = "09fz6rd0laisq7pqf9nrllcx58yb129fc05kdk45zrwwggq03b8h";
};
# Needs tox