signal-desktop-from-src: 7.52.0 -> 7.53.0
This commit is contained in:
@@ -181,19 +181,19 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "signal-desktop-from-src";
|
||||
version = "7.52.0";
|
||||
version = "7.53.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "signalapp";
|
||||
repo = "Signal-Desktop";
|
||||
leaveDotGit = true; # signal calculates the release date via `git`
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-MbccRQ652kDGJP/vRL2x+fLmeTNhgLSNvSpRSGm3fX8=";
|
||||
hash = "sha256-nR//H11gmti7UUC5qU14aa+X5AVlqL/9hZCkx3jnco4=";
|
||||
};
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
inherit (finalAttrs) pname version src patches;
|
||||
hash = "sha256-fCA1tBpj0l3Ur9z1o1IAz+HtfDlC5DzPa3m1/8NsFkY=";
|
||||
hash = "sha256-hvK/4f5ZOkvrmi2KfmRLpO0lu89FAT6Zlnimk2LxyZU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Reference in New Issue
Block a user