Skip to content

Commit

Permalink
qutebrowser: 1.10.1 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paumr committed May 1, 2020
1 parent 8855c3a commit 4a5b853
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 @@ -21,12 +21,12 @@ let

in mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "qutebrowser";
version = "1.10.1";
version = "1.11.0";

# the release tarballs are different from the git checkout!
src = fetchurl {
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "06bcnsfb4kz92bh8xjxwaghhy9x2mmcb76wk3fv868jb1ga75vd8";
sha256 = "0b0qlki9bp9mm41lrh6rc6qqvm4nsz8da63sby3a1f2xm9b9vvg2";
};

# Needs tox
Expand Down

0 comments on commit 4a5b853

Please sign in to comment.