qutebrowser: 0.8.4 -> 0.9.0

This commit is contained in:
Nikolay Amiantov 2017-01-02 19:05:12 +03:00
parent 277e7119be
commit 3c1ade7d15

View File

@ -24,12 +24,12 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
name = "qutebrowser-${version}"; name = "qutebrowser-${version}";
version = "0.8.4"; version = "0.9.0";
namePrefix = ""; namePrefix = "";
src = fetchurl { src = fetchurl {
url = "https://github.com/The-Compiler/qutebrowser/releases/download/v${version}/${name}.tar.gz"; url = "https://github.com/The-Compiler/qutebrowser/releases/download/v${version}/${name}.tar.gz";
sha256 = "0wc6iq7rw89625v595bs4y8spzhid6nnz2gq67f2kbjppk2rikpm"; sha256 = "1fp7yddx8xmy6hx01gg4z3vnw8b9qa5ixam7150i3xaalx0gjzfq";
}; };
# Needs tox # Needs tox
@ -79,7 +79,7 @@ in buildPythonApplication rec {
''; '';
meta = { meta = {
homepage = https://github.com/The-Compiler/qutebrowser; homepage = "https://github.com/The-Compiler/qutebrowser";
description = "Keyboard-focused browser with a minimal GUI"; description = "Keyboard-focused browser with a minimal GUI";
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.jagajaga ]; maintainers = [ stdenv.lib.maintainers.jagajaga ];