Unverified Commit a28e4b65 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

signal-desktop(darwin): fix hash (#375058)

parents 7ceed4f8 257be01c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ".";