Skip to content

Commit

Permalink
Merge pull request #41427 from woffs/qutebrowser131
Browse files Browse the repository at this point in the history
qutebrowser: 1.2.0 -> 1.3.1
  • Loading branch information
xeji committed Jun 3, 2018
2 parents 99e9e7e + 684f69a commit 3eadeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Expand Up @@ -29,13 +29,13 @@ let
in python3Packages.buildPythonApplication rec {
name = "qutebrowser-${version}${versionPostfix}";
namePrefix = "";
version = "1.2.0";
version = "1.3.1";
versionPostfix = "";

# the release tarballs are different from the git checkout!
src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz";
sha256 = "0za0iiljs86y2n4znwk8cgn948xcv8iv80a9qfm87zl18y3ashly";
sha256 = "121fz549vlxdasw0lcx6v394x8g34nadvrfs4svw3b65n0shv1ky";
};

# Needs tox
Expand Down

0 comments on commit 3eadeb7

Please sign in to comment.