File tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/browsers/qutebrowser
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
in buildPythonApplication rec {
26
26
name = "qutebrowser-${ version } " ;
27
- version = "0.8.4 " ;
27
+ version = "0.9.0 " ;
28
28
namePrefix = "" ;
29
29
30
30
src = fetchurl {
31
31
url = "https://github.com/The-Compiler/qutebrowser/releases/download/v${ version } /${ name } .tar.gz" ;
32
- sha256 = "0wc6iq7rw89625v595bs4y8spzhid6nnz2gq67f2kbjppk2rikpm " ;
32
+ sha256 = "1fp7yddx8xmy6hx01gg4z3vnw8b9qa5ixam7150i3xaalx0gjzfq " ;
33
33
} ;
34
34
35
35
# Needs tox
@@ -79,7 +79,7 @@ in buildPythonApplication rec {
79
79
'' ;
80
80
81
81
meta = {
82
- homepage = https://github.com/The-Compiler/qutebrowser ;
82
+ homepage = " https://github.com/The-Compiler/qutebrowser" ;
83
83
description = "Keyboard-focused browser with a minimal GUI" ;
84
84
license = stdenv . lib . licenses . gpl3Plus ;
85
85
maintainers = [ stdenv . lib . maintainers . jagajaga ] ;
You can’t perform that action at this time.
0 commit comments