Skip to content

Commit

Permalink
qutebrowser: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jan 29, 2018
1 parent 0f21306 commit 147f3d4
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.1.0";
version = "1.1.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 = "1w02z5akr1v2517rbqrnv65vfsqvgw310g2nhanbwdg606crzr94";
sha256 = "09fa77rg1yrl8cksavxmgm9z2246s4d8wjbkl5jm1gsam345f7mz";
};

# Needs tox
Expand Down

0 comments on commit 147f3d4

Please sign in to comment.