Skip to content

Commit d661954

Browse files
committed
outline: 0.67.2 -> 0.68.1
1 parent 5ae751c commit d661954

3 files changed

Lines changed: 1220 additions & 956 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "outline";
12-
version = "0.67.2";
12+
version = "0.68.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "outline";
1616
repo = "outline";
1717
rev = "v${version}";
18-
sha256 = "sha256-O5t//UwF+AVFxeBQHRIZM5RSf4+DgUE5LHWVRKxJLfc=";
18+
sha256 = "sha256-pln3cdozZPEodfXeUtTbBvhHb5yqE4uu0VKA95Zv6ro=";
1919
};
2020

2121
nativeBuildInputs = [ makeWrapper yarn2nix-moretea.fixup_yarn_lock ];

0 commit comments

Comments
 (0)