Unverified Commit 12f157ef authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

signalbackup-tools: 20240805-1 -> 20240816
parents 21576aba eaf78e10
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "signalbackup-tools";
  version = "20240805-1";
  version = "20240816";

  src = fetchFromGitHub {
    owner = "bepaald";
    repo = pname;
    repo = "signalbackup-tools";
    rev = version;
    hash = "sha256-n1mFIyrZ8d9h2m6rUzIVSt9Xdw1VlBLlXY15JLoIaVA=";
    hash = "sha256-8r3XpKqCR2ElfQnRuuBaDDIUwAASTTfGSihOounIVZQ=";
  };

  postPatch = ''