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

signalbackup-tools: 20230109-1 -> 20230128-1
This commit is contained in:
Weijia Wang 2023-01-29 23:51:29 +01:00 committed by GitHub
commit fda01e300c
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 = "20230109-1";
version = "20230128-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
sha256 = "sha256-wPx1W0eaQHpA/jcZ+A7YFL5FwPqz12j/jPgxa1JeEM8=";
sha256 = "sha256-wYhftShCL9XozK0c7OLijqzveDvEvv9stpw+6CQND/Y=";
};
postPatch = ''