signalbackup-tools: 20230404 -> 20230413

Diff: 20230404...20230413
This commit is contained in:
Malo Bourgon 2023-04-13 18:40:35 -07:00
parent cf0db2e3ff
commit e5c96621d8

View file

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