Merge pull request #321221 from r-ryantm/auto-update/signalbackup-tools

signalbackup-tools: 20240610 -> 20240615-1
This commit is contained in:
Nick Cao 2024-06-20 16:26:36 -04:00 committed by GitHub
commit 491478c951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "signalbackup-tools";
version = "20240610";
version = "20240615-1";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-txtOCw7fakQavzpTJrVbelZdEw2mYNe9lb8p1zH6dyw=";
hash = "sha256-70lHZXGdPxT2d15oZW/hKrPS1qfpxH8O5jnyGy7CVz0=";
};
postPatch = ''