From eb5d270e0b1863b4b0fb73c62334e49736437d84 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 22 Sep 2022 22:09:37 +0200 Subject: [PATCH] qbittorrent: Fix exporter vendor sha256 For some reason it changed. --- modules/qbittorrent/exporter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/qbittorrent/exporter/default.nix b/modules/qbittorrent/exporter/default.nix index 1797184..7dd8cd0 100644 --- a/modules/qbittorrent/exporter/default.nix +++ b/modules/qbittorrent/exporter/default.nix @@ -7,7 +7,7 @@ buildGoModule rec { subPackages = [ "." ]; - vendorSha256 = "sha256-YR3Xc8sXuHBnMEy+Gp1dfTSJjwcLDUaFZDRcacAWeu0="; + vendorSha256 = "sha256-rql1QlbRgLhUJBE2c9owraCUv4r7O2oaZCijY1vs/3I="; doCheck = false; # no tests