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

signalbackup-tools: 20230413 -> 20230414
This commit is contained in:
Weijia Wang 2023-04-14 21:54:39 +03:00 committed by GitHub
commit 168daae2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
(if stdenv.isDarwin then darwin.apple_sdk_11_0.clang14Stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20230413";
version = "20230414";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-7jIltC7YlnsvwADwKItFKKw5LUKDHux+b7frZfcNDyE=";
hash = "sha256-0pCItZCYdwX/Bl20HHc/FhIF4ZHsqz9aadfFYNdQ71M=";
};
postPatch = ''