diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index 158890c..0ee8bdf 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -40,7 +40,7 @@ let }; btcpayserver = pkgs.fetchurl { url = "https://raw.githubusercontent.com/btcpayserver/btcpayserver/master/BTCPayServer/wwwroot/img/logo.png"; - sha256 = "0000000000000000000000000000000000000000000000000000"; + sha256 = "sha256-5yKCvEZ7df61fSQWYx2WqVx4F3v+VxqAsMSUZ2sheeI="; name = "btcpayserver.png"; }; synapse = pkgs.fetchurl { @@ -220,4 +220,4 @@ in config = { environment.systemPackages = [ sovran-hub ]; }; -} \ No newline at end of file +}