tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qutebrowser: 2.0.2 -> 2.1.0
authored by
rnhmjoj
and committed by
Milan
4 years ago
b710cdf8
c7e4fdef
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
browsers
qutebrowser
default.nix
+2
-2
pkgs/applications/networking/browsers/qutebrowser/default.nix
···
31
32
in mkDerivationWith python3Packages.buildPythonApplication rec {
33
pname = "qutebrowser";
34
-
version = "2.0.2";
35
36
# the release tarballs are different from the git checkout!
37
src = fetchurl {
38
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
39
-
sha256 = "0fxkazz4ykmkiww27l92yr96hq00qn5vvjmknxcy4cl97d2pxa28";
40
};
41
42
# Needs tox
···
31
32
in mkDerivationWith python3Packages.buildPythonApplication rec {
33
pname = "qutebrowser";
34
+
version = "2.1.0";
35
36
# the release tarballs are different from the git checkout!
37
src = fetchurl {
38
url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz";
39
+
sha256 = "0fz6rbacy9sbzx0jsvwkrcyv2849ia8pj1w716l6pw9i9wx3gp8x";
40
};
41
42
# Needs tox