Skip to content

Commit

Permalink
chore: fill in new hashes for *-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Mar 21, 2024
1 parent 590af4f commit 7637aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/internal/any-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ in rec {
url = "https://github.com/electron/electron/releases/download/v${electronVersion}/electron-v${electronVersion}-darwin-${archSuffix}.zip";
hash =
if archSuffix == "x64"
then ""
else "";
then "sha256-2iCH4N/5PbT7cTL2yIWUCwr4O7HuaSiZsC1GmBfJuPg="
else "sha256-4UjzGbdqJE37GzpQA0TD1McRg7qwAhPLUQ9Anb4iops=";
};
};
}

0 comments on commit 7637aa6

Please sign in to comment.