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

signalbackup-tools: 20230426 -> 20230429
This commit is contained in:
Weijia Wang 2023-05-01 09:46:30 +03:00 committed by GitHub
commit 2e8bb230d9
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.clang14Stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20230426";
version = "20230429";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-RpPn3QWsCOW1RIucBp5oqR/zwnfIwG+McqAPwo0f5lM=";
hash = "sha256-uOZfEZ5Wf+4lz5FxPqsockAIA/um61OZ6mvjj51BGkg=";
};
postPatch = ''