qutebrowser: 2.0.2 -> 2.1.0

authored by

rnhmjoj and committed by
Milan
b710cdf8 c7e4fdef

+2 -2
+2 -2
pkgs/applications/networking/browsers/qutebrowser/default.nix
··· 31 31 32 32 in mkDerivationWith python3Packages.buildPythonApplication rec { 33 33 pname = "qutebrowser"; 34 - version = "2.0.2"; 34 + version = "2.1.0"; 35 35 36 36 # the release tarballs are different from the git checkout! 37 37 src = fetchurl { 38 38 url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${pname}-${version}.tar.gz"; 39 - sha256 = "0fxkazz4ykmkiww27l92yr96hq00qn5vvjmknxcy4cl97d2pxa28"; 39 + sha256 = "0fz6rbacy9sbzx0jsvwkrcyv2849ia8pj1w716l6pw9i9wx3gp8x"; 40 40 }; 41 41 42 42 # Needs tox