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

signalbackup-tools: 20240205 -> 20240210-1
This commit is contained in:
Nick Cao 2024-02-14 19:23:17 -05:00 committed by GitHub
commit 513634c668
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 = "20240205";
version = "20240210-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-Iwos+WJrCWXbNpuaZTLyc8OEtfMA0EF1DIyLNlsZSx4=";
hash = "sha256-3HBycPKj3dosI6vPhIMM5CZQ9r/ndoQrW5FT3eEuHF0=";
};
postPatch = ''