signal-desktop-from-src: fix hash
This commit is contained in:
@@ -189,7 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
leaveDotGit = true; # signal calculates the release date via `git`
|
||||
rev = "v${finalAttrs.version}";
|
||||
# XXX: hash is unstable because of the git pack dir
|
||||
hash = "sha256-luMcQS/SsWUPXDcI3dBTnk3iTlNSfx8gOio4ze0zXUM=";
|
||||
hash = "sha256-w5TdaDaecFHE6tR4TOcpmuSWE2hpGbpHl/EWEziWZS0=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
|
Reference in New Issue
Block a user