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

signalbackup-tools: 20240314 -> 20240318
This commit is contained in:
Nick Cao 2024-03-18 13:49:05 -07:00 committed by GitHub
commit a93c1e8d8d
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 = "20240314";
version = "20240318";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-m22OD2pq7bIN8X5FNCtkNt+VnWDAflXF2nYGgMepLzs=";
hash = "sha256-KK+KQowI0KKwgZE91xivfmhnHyDMRozfpLsrOLuE+FE=";
};
postPatch = ''