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 5ae751c commit d661954Copy full SHA for d661954
3 files changed
pkgs/servers/web-apps/outline/default.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation rec {
11
pname = "outline";
12
- version = "0.67.2";
+ version = "0.68.1";
13
14
src = fetchFromGitHub {
15
owner = "outline";
16
repo = "outline";
17
rev = "v${version}";
18
- sha256 = "sha256-O5t//UwF+AVFxeBQHRIZM5RSf4+DgUE5LHWVRKxJLfc=";
+ sha256 = "sha256-pln3cdozZPEodfXeUtTbBvhHb5yqE4uu0VKA95Zv6ro=";
19
};
20
21
nativeBuildInputs = [ makeWrapper yarn2nix-moretea.fixup_yarn_lock ];
0 commit comments