Skip to content

Commit

Permalink
qutebrowser: 1.0.3 -> 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Dec 15, 2017
1 parent 13d80cb commit e4d4b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Expand Up @@ -29,13 +29,13 @@ let

in buildPythonApplication rec {
name = "qutebrowser-${version}${fix_postfix}";
fix_postfix = "-1";
version = "1.0.3";
fix_postfix = "";
version = "1.0.4";
namePrefix = "";

src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz";
sha256 = "04d6hg2yf2wjwn0sd05bpx3zngnb93g7rizbdq17bbpmnwxchzap";
sha256 = "0z8zrgr914bfmimqk3l17dxyc7gzh42sw8lfp041zzvj6fxw3lkr";
};

# Needs tox
Expand Down

0 comments on commit e4d4b2e

Please sign in to comment.