qbittorrent: Fix exporter vendor sha256

For some reason it changed.
This commit is contained in:
Simon Bruder 2022-09-22 22:09:37 +02:00
parent 6f656f4bda
commit eb5d270e0b
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -7,7 +7,7 @@ buildGoModule rec {
subPackages = [ "." ]; subPackages = [ "." ];
vendorSha256 = "sha256-YR3Xc8sXuHBnMEy+Gp1dfTSJjwcLDUaFZDRcacAWeu0="; vendorSha256 = "sha256-rql1QlbRgLhUJBE2c9owraCUv4r7O2oaZCijY1vs/3I=";
doCheck = false; # no tests doCheck = false; # no tests