3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #128520 from chvp/u/qutebrowser

qutebrowser: 2.2.3 -> 2.3.0
This commit is contained in:
Michele Guerini Rocco 2021-06-29 08:51:13 +02:00 committed by GitHub
commit 4826d60ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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