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

signalbackup-tools: 20221122 -> 20221128
This commit is contained in:
Mario Rodas 2022-11-29 18:44:13 -05:00 committed by GitHub
commit 79cafc7bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "signalbackup-tools";
version = "20221122";
version = "20221128";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
sha256 = "sha256-Bq1m/p1RFfyOmyEdIuHcYruwZ8ol2Bl0pmd/yft6iXA=";
sha256 = "sha256-MpYesloIFBSOcBmkbzeKia3Gt6mwGq86GqqkgowY+Vk=";
};
postPatch = ''