We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208645b commit f6db44aCopy full SHA for f6db44a
pkgs/servers/web-apps/outline/default.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation rec {
16
pname = "outline";
17
- version = "0.82.0";
+ version = "0.83.0";
18
19
src = fetchFromGitHub {
20
owner = "outline";
21
repo = "outline";
22
rev = "v${version}";
23
- hash = "sha256-nCXyR4k/Ny0OLAE18B+GJDyOMTjt6rc375yj+d+c8zQ=";
+ hash = "sha256-r8E+N6C9EGah7qEomD+c64lW2L3XjAj+TIVHByLckag=";
24
};
25
26
nativeBuildInputs = [
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
35
36
yarnOfflineCache = fetchYarnDeps {
37
yarnLock = "${src}/yarn.lock";
38
- hash = "sha256-RDMVlSVYPGAuyOTcI2CBgaaZ5wNT7lznYb4jbirKmqk=";
+ hash = "sha256-XiVg/HesOooj7aJHMMVKx+JUd6cA0E4koxHZAm3cFiQ=";
39
40
41
configurePhase = ''
0 commit comments