mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #20367 from goetzst/qutebrowser
qutebrowser: 0.8.2 -> 0.8.4
This commit is contained in:
commit
645e2b55e5
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ let
|
|||
|
||||
in buildPythonApplication rec {
|
||||
name = "qutebrowser-${version}";
|
||||
version = "0.8.2";
|
||||
version = "0.8.4";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/The-Compiler/qutebrowser/releases/download/v${version}/${name}.tar.gz";
|
||||
sha256 = "1kfxjdn1dqla8d8gcggp55zcgf4zb77knkfshd213my0iw2yzgcf";
|
||||
sha256 = "0wc6iq7rw89625v595bs4y8spzhid6nnz2gq67f2kbjppk2rikpm";
|
||||
};
|
||||
|
||||
# Needs tox
|
||||
|
|
Loading…
Reference in a new issue