Skip to content

Commit

Permalink
outline: 0.81.1 -> 0.82.0 (NixOS#382347)
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio authored Feb 17, 2025
2 parents e6f70f8 + e73bdbd commit 1062db4
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 @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "outline";
version = "0.81.1";
version = "0.82.0";

src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-P0JDkuEm5eeVwi0+C7uSytA2NPQXUgJEDxqPiJfRNvs=";
hash = "sha256-nCXyR4k/Ny0OLAE18B+GJDyOMTjt6rc375yj+d+c8zQ=";
};

nativeBuildInputs = [
Expand All @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-j0mA+2GQZNxQoEi8qwmipUXGjPL4/bY5GHAT0o92Ob0=";
hash = "sha256-RDMVlSVYPGAuyOTcI2CBgaaZ5wNT7lznYb4jbirKmqk=";
};

configurePhase = ''
Expand Down

0 comments on commit 1062db4

Please sign in to comment.