signalbackup-tools: 20230307-1 -> 20230316

Diff: https://github.com/bepaald/signalbackup-tools/compare/20230307-1...20230316
This commit is contained in:
Malo Bourgon 2023-03-16 11:27:17 -07:00
parent 4a47938cf4
commit 028f23c174

View File

@ -2,13 +2,13 @@
(if stdenv.isDarwin then clang14Stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20230307-1";
version = "20230316";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-+FjjGsYMmleN+TDKFAsvC9o81gVhZHIrUgrWuzksxZU=";
hash = "sha256-aq/+6wxGEYhOsAIBJ+Phjc+jKZGFxrWIZozi4T6WwBI=";
};
postPatch = ''