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

signalbackup-tools: 20231003 -> 20231011-1
This commit is contained in:
Weijia Wang 2023-10-14 00:46:59 +02:00 committed by GitHub
commit 2953b5113f
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 = "20231003";
version = "20231011-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-fMVLmuhdccYzsOgVvViaICmbXgU0o3Fu0K85hbao4YI=";
hash = "sha256-AwlhKF7Tsx20v6t4P6j7E4XPlg9Nq+BSYOFVY+3byos=";
};
postPatch = ''