Merge pull request #147999 from NixOS/backport-142535-to-release-21.05

[Backport release-21.05] qutebrowser: 2.3.1 -> 2.4.0
This commit is contained in:
Michele Guerini Rocco
2021-11-30 11:41:53 +01:00
committed by GitHub

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