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

signalbackup-tools: 20240219-1 -> 20240220
This commit is contained in:
Weijia Wang 2024-02-21 07:22:14 +01:00 committed by GitHub
commit 207f779677
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 = "20240219-1";
version = "20240220";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-gzc72y9AL/JUNp8YJkRKq9rq1NenX+4aOxb5HODy8v4=";
hash = "sha256-lIw8BrEKdqmBt6v4/OI2kJLvMEPVswhwVqEQeJMHn4M=";
};
postPatch = ''