signal-desktop(darwin): fix hash

This commit is contained in:
Gliczy
2025-01-19 14:29:15 +01:00
parent 59d540866c
commit 257be01ccf
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://updates.signal.org/desktop/signal-desktop-mac-universal-${finalAttrs.version}.dmg";
hash = "sha256-C5wzKhJcH2FJQJk5u2FGBrGDbezHBIIIUMkkVV6T8S4=";
hash = "sha256-bSpiK8Q5A0q4fUuVmLBaEjlVB7fXOcSHo5epelgHPA0=";
};
sourceRoot = ".";