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.
2 parents e6f70f8 + e73bdbd commit 1062db4Copy full SHA for 1062db4
pkgs/servers/web-apps/outline/default.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation rec {
16
pname = "outline";
17
- version = "0.81.1";
+ version = "0.82.0";
18
19
src = fetchFromGitHub {
20
owner = "outline";
21
repo = "outline";
22
rev = "v${version}";
23
- hash = "sha256-P0JDkuEm5eeVwi0+C7uSytA2NPQXUgJEDxqPiJfRNvs=";
+ hash = "sha256-nCXyR4k/Ny0OLAE18B+GJDyOMTjt6rc375yj+d+c8zQ=";
24
};
25
26
nativeBuildInputs = [
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
35
36
yarnOfflineCache = fetchYarnDeps {
37
yarnLock = "${src}/yarn.lock";
38
- hash = "sha256-j0mA+2GQZNxQoEi8qwmipUXGjPL4/bY5GHAT0o92Ob0=";
+ hash = "sha256-RDMVlSVYPGAuyOTcI2CBgaaZ5wNT7lznYb4jbirKmqk=";
39
40
41
configurePhase = ''
0 commit comments