signal-desktop-from-src: fix 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-nR//H11gmti7UUC5qU14aa+X5AVlqL/9hZCkx3jnco4=";
|
||||
hash = "sha256-W9oY2/Ll/u5WaB2RPfK45dXkaIixQGaLks6w3K0WNIE=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
|
Reference in New Issue
Block a user