Loading pkgs/servers/web-apps/outline/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , fetchYarnDeps , makeWrapper , nix-update-script , prefetch-yarn-deps , fixup-yarn-lock , nodejs Loading @@ -12,13 +13,13 @@ stdenv.mkDerivation rec { pname = "outline"; version = "0.77.2"; version = "0.78.0"; src = fetchFromGitHub { owner = "outline"; repo = "outline"; rev = "v${version}"; hash = "sha256-Ri2qN7nR79Y1tsUsga/92nS7EuP/nqaUG2FiYJQNAr4="; hash = "sha256-I0ngEJfHWywJSYOloJbtuKzu95yJibo7hLFgkyT2Wz8="; }; nativeBuildInputs = [ makeWrapper prefetch-yarn-deps fixup-yarn-lock ]; Loading @@ -26,7 +27,7 @@ stdenv.mkDerivation rec { yarnOfflineCache = fetchYarnDeps { yarnLock = "${src}/yarn.lock"; hash = "sha256-wxXnvi58mBfAQiMSxhXWK7sYLvr8nfQ+u6kMYnRWI3s="; hash = "sha256-TKAV49VJmR/SWTd2T2vHMnYq2j9fwimzYq1CCfRXk0Q="; }; configurePhase = '' Loading Loading @@ -70,9 +71,14 @@ stdenv.mkDerivation rec { runHook postInstall ''; passthru.tests = { passthru = { tests = { basic-functionality = nixosTests.outline; }; updateScript = nix-update-script { }; # alias for nix-update to be able to find and update this attribute offlineCache = yarnOfflineCache; }; meta = with lib; { description = "Fastest wiki and knowledge base for growing teams. Beautiful, feature rich, and markdown compatible"; Loading Loading
pkgs/servers/web-apps/outline/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , fetchYarnDeps , makeWrapper , nix-update-script , prefetch-yarn-deps , fixup-yarn-lock , nodejs Loading @@ -12,13 +13,13 @@ stdenv.mkDerivation rec { pname = "outline"; version = "0.77.2"; version = "0.78.0"; src = fetchFromGitHub { owner = "outline"; repo = "outline"; rev = "v${version}"; hash = "sha256-Ri2qN7nR79Y1tsUsga/92nS7EuP/nqaUG2FiYJQNAr4="; hash = "sha256-I0ngEJfHWywJSYOloJbtuKzu95yJibo7hLFgkyT2Wz8="; }; nativeBuildInputs = [ makeWrapper prefetch-yarn-deps fixup-yarn-lock ]; Loading @@ -26,7 +27,7 @@ stdenv.mkDerivation rec { yarnOfflineCache = fetchYarnDeps { yarnLock = "${src}/yarn.lock"; hash = "sha256-wxXnvi58mBfAQiMSxhXWK7sYLvr8nfQ+u6kMYnRWI3s="; hash = "sha256-TKAV49VJmR/SWTd2T2vHMnYq2j9fwimzYq1CCfRXk0Q="; }; configurePhase = '' Loading Loading @@ -70,9 +71,14 @@ stdenv.mkDerivation rec { runHook postInstall ''; passthru.tests = { passthru = { tests = { basic-functionality = nixosTests.outline; }; updateScript = nix-update-script { }; # alias for nix-update to be able to find and update this attribute offlineCache = yarnOfflineCache; }; meta = with lib; { description = "Fastest wiki and knowledge base for growing teams. Beautiful, feature rich, and markdown compatible"; Loading