Commit 5c345843 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

signalbackup-tools: 20250322 -> 20250326

parent 0c2140bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "signalbackup-tools";
  version = "20250322";
  version = "20250326";

  src = fetchFromGitHub {
    owner = "bepaald";
    repo = "signalbackup-tools";
    rev = version;
    hash = "sha256-GMpZjXmrSFX8jw981NeuhYo3FMRK7u7cgllPXm+rRsg=";
    hash = "sha256-Oi2tN44h+f2Ann5Iq8PVMTT5ea/MB4easByLryc9s4k=";
  };

  nativeBuildInputs = [