signal-desktop-from-src: 7.57.0 -> 7.58.0
This commit is contained in:
@@ -181,7 +181,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "signal-desktop-from-src";
|
||||
version = "7.57.0";
|
||||
version = "7.58.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "signalapp";
|
||||
@@ -189,12 +189,12 @@ 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-TlkGu39grZRq9WtR8jAI8RSTUuIcbWHUYqGKslwh/XU=";
|
||||
hash = "sha256-nW2rbdMfQPOLJLLt+hoDrJ4aX83ryqL15PmQap57W+A=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
inherit (finalAttrs) pname version src patches;
|
||||
hash = "sha256-9yiJeuxoD+lHv3BiO6l4OSwsDfGTmHrMrddKq+QpPSY=";
|
||||
hash = "sha256-h2yaGRqAtVh/8Jv+YZAcXw3/b8+fi+cKFSqcRhMH2sM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Reference in New Issue
Block a user