lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

qutebrowser: 0.4.0 -> 0.4.1

+3 -3
+3 -3
pkgs/applications/networking/browsers/qutebrowser/default.nix
··· 1 1 { stdenv, fetchgit, python, buildPythonPackage, qt5, pyqt5, jinja2, pygments, pyyaml, pypeg2, 2 2 gst_plugins_base, gst_plugins_good, gst_ffmpeg }: 3 3 4 - let version = "0.4.0"; in 4 + let version = "0.4.1"; in 5 5 6 6 buildPythonPackage { 7 7 name = "qutebrowser-${version}"; ··· 9 9 10 10 src = fetchgit { 11 11 url = "https://github.com/The-Compiler/qutebrowser.git"; 12 - rev = "e11fcda240eaad1b83b26c7d6424c427d2ad3b96"; 13 - sha256 = "0hpd6fibzcl0s6jrsj60rs12dyliwr05r8h9wvngh19a3pmg8q74"; 12 + rev = "8d9e9851f1dcff5deb6363586ad0f1edec040b72"; 13 + sha256 = "1qsdad10swnk14qw4pfyvb94y6valhkscyvl46zbxxs7ck6llsm2"; 14 14 }; 15 15 16 16 # Needs tox