Skip to content

Commit

Permalink
Merge pull request NixOS#258849 from malob/update-signalbackup-tools
Browse files Browse the repository at this point in the history
signalbackup-tools: 20231002-1 -> 20231003
  • Loading branch information
wegank authored Oct 3, 2023
2 parents eae9f6d + 73c1425 commit eabd3db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

(if stdenv.isDarwin then darwin.apple_sdk_11_0.llvmPackages_14.stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20231002-1";
version = "20231003";

src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-aZ3KuUjBsgww7CFdSuYMurLc5sDruEX4xuQWDBaCfPk=";
hash = "sha256-fMVLmuhdccYzsOgVvViaICmbXgU0o3Fu0K85hbao4YI=";
};

postPatch = ''
Expand Down

0 comments on commit eabd3db

Please sign in to comment.