signal-desktop-from-src: fix deps hash
This commit is contained in:
@@ -188,7 +188,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
repo = "Signal-Desktop";
|
||||
leaveDotGit = true; # signal calculates the release date via `git`
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-YjBMoKZ/oVtKhthjCY9SDySR22h6cBabTPnh/kfEyd4=";
|
||||
hash = "sha256-MbccRQ652kDGJP/vRL2x+fLmeTNhgLSNvSpRSGm3fX8=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
|
Reference in New Issue
Block a user