Skip to content

Commit

Permalink
[Backport release-24.05] outline: 0.79.0 -> 0.80.2 (#345417)
Browse files Browse the repository at this point in the history
  • Loading branch information
cab404 authored Sep 30, 2024
2 parents e91cee8 + fbab02e commit 1719f27
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 @@ -13,21 +13,21 @@

stdenv.mkDerivation rec {
pname = "outline";
version = "0.79.0";
version = "0.80.2";

src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-uu0HlQ3LaVBjSharROKv+mS8/qONV5qND/5kMTsaGeQ=";
hash = "sha256-kmi6H2vdzg7ftUOrzs2b5e9n1bSFHiQ0wk6Q6T/lDdk=";
};

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

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-S2vKYVIFsSlPqFbpLhBH9S43Invo3hsNLvfLX98922Y=";
hash = "sha256-Ibgn/J2OCP2F0hbPQi35uGAOfoZ2D5HD/E85oOTr6G0=";
};

configurePhase = ''
Expand Down

0 comments on commit 1719f27

Please sign in to comment.