Skip to content

Commit

Permalink
outline: 0.67.2 -> 0.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Mar 7, 2023
1 parent 5ae751c commit d661954
Show file tree
Hide file tree
Showing 3 changed files with 1,220 additions and 956 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/outline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "outline";
version = "0.67.2";
version = "0.68.1";

src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
sha256 = "sha256-O5t//UwF+AVFxeBQHRIZM5RSf4+DgUE5LHWVRKxJLfc=";
sha256 = "sha256-pln3cdozZPEodfXeUtTbBvhHb5yqE4uu0VKA95Zv6ro=";
};

nativeBuildInputs = [ makeWrapper yarn2nix-moretea.fixup_yarn_lock ];
Expand Down
Loading

0 comments on commit d661954

Please sign in to comment.