Skip to content

Commit

Permalink
Merge pull request #295838 from xanderio/outline-0.75.2
Browse files Browse the repository at this point in the history
outline: 0.75.0 -> 0.75.2
  • Loading branch information
leona-ya authored Mar 14, 2024
2 parents fa2c6d0 + 12b51fe commit 7b97c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/web-apps/outline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@

stdenv.mkDerivation rec {
pname = "outline";
version = "0.75.0";
version = "0.75.2";

src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-u4WDD0HRaNHdknHaoPYprebUaHt8EmESjBG0N6NZpIk=";
hash = "sha256-jK1jZ9NyBl3Dioh/7gXWx6XyyI6xJKt2a/XXzbhllZM=";
};

nativeBuildInputs = [ makeWrapper prefetch-yarn-deps ];
buildInputs = [ yarn nodejs ];

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-V+1lqZh68T3C9VAFETHehv9iCt1j24ZeY9ErbnRGIrk=";
hash = "sha256-8CfaP5T/pf/xq1lOfdOW4n2m12QLnkLFynHABjZwNiY=";
};

configurePhase = ''
Expand Down

0 comments on commit 7b97c01

Please sign in to comment.