signal-desktop-from-src: fix hash?

This commit is contained in:
2024-12-01 18:31:27 +00:00
parent 35d3bc40d5
commit 96de70fcc2

View File

@@ -184,7 +184,7 @@ buildNpmPackage rec {
repo = "Signal-Desktop"; repo = "Signal-Desktop";
leaveDotGit = true; # signal calculates the release date via `git` leaveDotGit = true; # signal calculates the release date via `git`
rev = "v${version}"; rev = "v${version}";
hash = "sha256-5KMlSCCIea3beDnqsUT6ohbQYkIFHFUDfx7hkVOihR4="; hash = "sha256-swPBAr9OxlcugpT4MQeOi0isWJpDMkkvxvG44Z5Hg28=";
}; };
npmDepsHash = "sha256-OZQlRnnlq4zlmDjqZsPLj3PpzqTrCAGLXGFisMPetBU="; npmDepsHash = "sha256-OZQlRnnlq4zlmDjqZsPLj3PpzqTrCAGLXGFisMPetBU=";