qutebrowser: 1.14.0 -> 1.14.1

This commit is contained in:
rnhmjoj 2020-12-05 18:21:36 +01:00
parent c7fe6531a4
commit 82c99e23bc
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -31,12 +31,12 @@ let
in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
version = "1.14.0";
version = "1.14.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 = "0jip413yvyhdaywz0iadc32aaanjnhbx1d1vwzx3z1xbgc4i9svn";
sha256 = "15l7jphy1qjsh6y6kd5mgkxsl6ymm9564g1yypa946jbyrgi8k2m";
};
# Needs tox