Skip to content

Commit 3c1ade7

Browse files
committedJan 2, 2017
qutebrowser: 0.8.4 -> 0.9.0
1 parent 277e711 commit 3c1ade7

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/browsers/qutebrowser

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/browsers/qutebrowser/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ let
2424

2525
in buildPythonApplication rec {
2626
name = "qutebrowser-${version}";
27-
version = "0.8.4";
27+
version = "0.9.0";
2828
namePrefix = "";
2929

3030
src = fetchurl {
3131
url = "https://github.com/The-Compiler/qutebrowser/releases/download/v${version}/${name}.tar.gz";
32-
sha256 = "0wc6iq7rw89625v595bs4y8spzhid6nnz2gq67f2kbjppk2rikpm";
32+
sha256 = "1fp7yddx8xmy6hx01gg4z3vnw8b9qa5ixam7150i3xaalx0gjzfq";
3333
};
3434

3535
# Needs tox
@@ -79,7 +79,7 @@ in buildPythonApplication rec {
7979
'';
8080

8181
meta = {
82-
homepage = https://github.com/The-Compiler/qutebrowser;
82+
homepage = "https://github.com/The-Compiler/qutebrowser";
8383
description = "Keyboard-focused browser with a minimal GUI";
8484
license = stdenv.lib.licenses.gpl3Plus;
8585
maintainers = [ stdenv.lib.maintainers.jagajaga ];

0 commit comments

Comments
 (0)
Please sign in to comment.