signal-desktop-from-src: 7.59.0 -> 7.60.0
This commit is contained in:
@@ -181,7 +181,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "signal-desktop-from-src";
|
||||
version = "7.59.0";
|
||||
version = "7.60.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "signalapp";
|
||||
@@ -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-w5TdaDaecFHE6tR4TOcpmuSWE2hpGbpHl/EWEziWZS0=";
|
||||
hash = "sha256-SjRYeJBs36dLxZdhioF8v9w1zOZkjBUnbM+W+/cg26Q=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
|
Reference in New Issue
Block a user