diff --git a/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch b/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch deleted file mode 100644 index 597692654bb..00000000000 --- a/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ts/scripts/get-expire-time.ts -+++ b/ts/scripts/get-expire-time.ts -@@ -8,7 +8,7 @@ import { writeFileSync } from 'fs'; - import { DAY } from '../util/durations'; - - const unixTimestamp = parseInt( -- execSync('git show -s --format=%ct').toString('utf8'), -+ process.env.SOURCE_DATE_EPOCH || execSync('git show -s --format=%ct').toString('utf8'), - 10 - ); - const buildCreation = unixTimestamp * 1000; diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template index 19a326e55f1..68fcd1af03b 100644 --- a/srcpkgs/Signal-Desktop/template +++ b/srcpkgs/Signal-Desktop/template @@ -1,6 +1,6 @@ # Template file for 'Signal-Desktop' pkgname=Signal-Desktop -version=6.1.0 +version=6.2.0 revision=1 # Signal officially only supports x86_64 (also due to Electron) # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension @@ -13,7 +13,7 @@ maintainer="akierig " license="AGPL-3.0-only" homepage="https://github.com/signalapp/Signal-Desktop" distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz" -checksum=f981ca229651826dcf2b511499612217719827ab98edac46f931fe2751eccd6f +checksum=dcb6967c5a72eada96ddf1fc0fa5ac122b9280cc5c08bfc28d3b93ba1ce40e79 nostrip_files="signal-desktop" post_extract() {