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