qutebrowser: 1.0.2 -> 1.0.3

This commit is contained in:
Timo Kaufmann 2017-11-05 18:16:48 -06:00
parent 30f6d630f1
commit 0cc1cf7407

View File

@ -28,13 +28,14 @@ let
}; };
in buildPythonApplication rec { in buildPythonApplication rec {
name = "qutebrowser-${version}"; name = "qutebrowser-${version}${fix_postfix}";
version = "1.0.2"; fix_postfix = "-1";
version = "1.0.3";
namePrefix = ""; namePrefix = "";
src = fetchurl { src = fetchurl {
url = "https://github.com/The-Compiler/qutebrowser/releases/download/v${version}/${name}.tar.gz"; url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz";
sha256 = "093nmvl9x3ykrpmvnmx98g9npg4wmq0mmf7qzgbzmg93dnyq2cpk"; sha256 = "04d6hg2yf2wjwn0sd05bpx3zngnb93g7rizbdq17bbpmnwxchzap";
}; };
# Needs tox # Needs tox