Merge pull request #31299 from timokau/qutebrowser-1.03

qutebrowser: 1.0.2 -> 1.0.3
This commit is contained in:
Orivej Desh 2017-11-06 02:19:43 +00:00 committed by GitHub
commit 5de8911638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

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