Merge pull request #256747 from malob/update-signalbackup-tools

signalbackup-tools: 20230921 -> 20230922-4
This commit is contained in:
Weijia Wang 2023-09-23 01:23:32 +02:00 committed by GitHub
commit a0e60db699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
(if stdenv.isDarwin then darwin.apple_sdk_11_0.llvmPackages_14.stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20230921";
version = "20230922-4";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-wxJPz6zm/mZEW7/p5Aac2PQRf3mmXj84k2hz2RzuNbw=";
hash = "sha256-6VzcylvGyEB+5KYX1r9wEEfSECh+O947KdcN3DMJxE0=";
};
postPatch = ''