Skip to content

Commit e73bdbd

Browse files
committed
1 parent 6c49532 commit e73bdbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/web-apps/outline/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "outline";
17-
version = "0.81.1";
17+
version = "0.82.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "outline";
2121
repo = "outline";
2222
rev = "v${version}";
23-
hash = "sha256-P0JDkuEm5eeVwi0+C7uSytA2NPQXUgJEDxqPiJfRNvs=";
23+
hash = "sha256-nCXyR4k/Ny0OLAE18B+GJDyOMTjt6rc375yj+d+c8zQ=";
2424
};
2525

2626
nativeBuildInputs = [
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
3535

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

4141
configurePhase = ''

0 commit comments

Comments
 (0)