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

signalbackup-tools: 20240715-2 -> 20240718-1
This commit is contained in:
Masum Reza 2024-07-21 23:36:06 +05:30 committed by GitHub
commit 79a283d658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "signalbackup-tools";
version = "20240715-2";
version = "20240718-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-QyukKuRoF6TWFa73EaOO429u9AF+1NCKsLjwQT/fD6U=";
hash = "sha256-FqBKyIRxeRVGxKtBfBO0XX57VzW0XuSKZSLurHh3JNM=";
};
postPatch = ''