diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-06-07 03:59:16 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-08 14:05:31 +0000 |
| commit | 6e048d1145254334b34dfa5e2fc2503b1dae8c25 (patch) | |
| tree | 6cd04e1563182bf662a958ca297768dcde0b067d | |
| parent | Merge pull request #236639 from NixOS/backport-235547-to-release-23.05 (diff) | |
| download | nixpkgs-6e048d1145254334b34dfa5e2fc2503b1dae8c25.tar.gz | |
wiki-js: 2.5.298 -> 2.5.299
(cherry picked from commit 96fbaff5726f334236c27370f6f1786ad5cc040e)
| -rw-r--r-- | pkgs/servers/web-apps/wiki-js/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/wiki-js/default.nix b/pkgs/servers/web-apps/wiki-js/default.nix index 604599c3ca1c..374c270689c1 100644 --- a/pkgs/servers/web-apps/wiki-js/default.nix +++ b/pkgs/servers/web-apps/wiki-js/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "wiki-js"; - version = "2.5.298"; + version = "2.5.299"; src = fetchurl { url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz"; - sha256 = "sha256-O7KQ134zh9ullYyQZimmxfdRwXeHkD8aAhy/pRzIjxo="; + sha256 = "sha256-GYe05dbR8RwCzPedeCMUQTWZ51roM/V2jUPPv7o7UEU="; }; # Implements nodejs 18 support as it's not planned to fix this before |
