diff options
| author | talyz <kim.lindberger@gmail.com> | 2021-08-12 12:31:14 +0200 |
|---|---|---|
| committer | talyz <kim.lindberger@gmail.com> | 2021-08-17 23:13:36 +0200 |
| commit | fddb277d03d0015e07089dd515592b63a750c172 (patch) | |
| tree | 0f871f58b12fdb1708e58cf8c879933e2781247e | |
| parent | discourse.plugins.discourse-calendar: Update (diff) | |
| download | nixpkgs-fddb277d03d0015e07089dd515592b63a750c172.tar.gz | |
discourse.plugins.discourse-canned-replies: Update
(cherry picked from commit 5d94e3bfc94637f6876b9957471fc571646867b0)
| -rw-r--r-- | pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix b/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix index 558abec36f47..f90fabc05745 100644 --- a/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix +++ b/pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix @@ -5,8 +5,8 @@ mkDiscoursePlugin { src = fetchFromGitHub { owner = "discourse"; repo = "discourse-canned-replies"; - rev = "e3f1de8928df5955b64994079b7e2073556e5456"; - sha256 = "1g4fazm6cn6hbfd08mq2zhc6dgm4qj1r1f1amhbgxhk6qsxf42cd"; + rev = "672a96a8160d3767cf5fd6647309c7b5dcf8a55d"; + sha256 = "105zgpc7j3xmlkaz3cgxw1rfgy5d3dzln58ix569jmzifbsijml7"; }; meta = with lib; { homepage = "https://github.com/discourse/discourse-canned-replies"; |
