Merge pull request #264718 from r-ryantm/auto-update/signalbackup-tools

signalbackup-tools: 20231015 -> 20231030-1
This commit is contained in:
OTABI Tomoya 2023-11-02 11:45:23 +09:00 committed by GitHub
commit 52dfd6a57f
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 = "20231015";
version = "20231030-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-P3IbCWzc7V2yX8qZIPUncJXFFq9iFl7csDj2tiTZ7AY=";
hash = "sha256-xY5UpM1vYAL2hZUkh5O4Z6zJ5HVxXTtvDlXedlsU820=";
};
postPatch = ''