forked from mirrors/nixpkgs
Merge pull request #179148 from dotlambda/qutebrowser-2.5.2
qutebrowser: 2.5.1 -> 2.5.2
This commit is contained in:
commit
0323e1f8ba
|
@ -32,12 +32,12 @@ let
|
|||
|
||||
in mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||
pname = "qutebrowser";
|
||||
version = "2.5.1";
|
||||
version = "2.5.2";
|
||||
|
||||
# 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";
|
||||
hash = "sha256-5ohYhqhM0WamumM3lKWKTGfYccJxiBJ+XdvFJ2127bw=";
|
||||
hash = "sha256-qb/OFN3EA94N6y7t+YPCMc4APgdZmV7H706jTkl06Qg=";
|
||||
};
|
||||
|
||||
# Needs tox
|
||||
|
|
Loading…
Reference in a new issue