signalbackup-tools: 20231003 -> 20231011-1

Diff: 20231003...20231011-1
This commit is contained in:
Malo Bourgon 2023-10-13 10:24:28 -07:00
parent 1f588ca8ff
commit 2cc1aa230c

View File

@ -2,13 +2,13 @@
(if stdenv.isDarwin then darwin.apple_sdk_11_0.llvmPackages_14.stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20231003";
version = "20231011-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-fMVLmuhdccYzsOgVvViaICmbXgU0o3Fu0K85hbao4YI=";
hash = "sha256-AwlhKF7Tsx20v6t4P6j7E4XPlg9Nq+BSYOFVY+3byos=";
};
postPatch = ''