Merge pull request #38153 from r-ryantm/auto-update/qutebrowser

qutebrowser: 1.2.0 -> 1.2.1

authored by

Gabriel Ebner and committed by
GitHub
a54c87da 75e4d3f2

+2 -2
+2 -2
pkgs/applications/networking/browsers/qutebrowser/default.nix
··· 29 29 in python3Packages.buildPythonApplication rec { 30 30 name = "qutebrowser-${version}${versionPostfix}"; 31 31 namePrefix = ""; 32 - version = "1.2.0"; 32 + version = "1.2.1"; 33 33 versionPostfix = ""; 34 34 35 35 # the release tarballs are different from the git checkout! 36 36 src = fetchurl { 37 37 url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/${name}.tar.gz"; 38 - sha256 = "0za0iiljs86y2n4znwk8cgn948xcv8iv80a9qfm87zl18y3ashly"; 38 + sha256 = "1svbski378x276033v07jailm81b0i6hxdakbiqkwvgh6hkczrhw"; 39 39 }; 40 40 41 41 # Needs tox