signalbackup-tools: 20230716 -> 20230723-1

Diff: 20230716...20230723-1
This commit is contained in:
Malo Bourgon 2023-07-24 10:29:55 -07:00
parent 8f23952d55
commit a10542b241

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 = "20230716";
version = "20230723-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-k2QY+7mEXqvDzO0xv3XxQdhDje4iCPVOUybWnONLMTM=";
hash = "sha256-EHwQHFKahjpP8OOIY0ZRpkmYZYiDNteeMLkRwJIEp7g=";
};
postPatch = ''