Merge pull request #317278 from malob/update-signalbackup-tools

signalbackup-tools: 20240530 -> 20240604
This commit is contained in:
Nick Cao 2024-06-05 15:00:30 -04:00 committed by GitHub
commit 4bcbf3ef7c
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 = "20240530";
version = "20240604";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-bZFeIEILO1P56c1fXP7yaZ5IJYH2+T/YWYgX+b2XvhQ=";
hash = "sha256-s7nldRrwi17ByuUyBMka39HCL4PWVM8qD7y6GfGhOqk=";
};
postPatch = ''