Merge pull request #142535 from chvp/bump-qutebrowser

qutebrowser: 2.3.1 -> 2.4.0

authored by Michele Guerini Rocco and committed by GitHub e71c003a 38c6ea34

+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.3.1"; 34 + version = "2.4.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 = "05n64mw9lzzxpxr7lhakbkm9ir3x8p0rwk6vbbg01aqg5iaanyj0"; 39 + sha256 = "8s2auxTrq/ljBXOy+4RHvhkod3h9xOOWThtV9yqFkuw="; 40 40 }; 41 41 42 42 # Needs tox