Skip to content

Commit

Permalink
Merge pull request #200915 from r-ryantm/auto-update/outline
Browse files Browse the repository at this point in the history
outline: 0.66.2 -> 0.66.3
  • Loading branch information
Cabia Rangris authored Nov 19, 2022
2 parents e9b1952 + c8f5e3e commit a1b4a56
Showing 1 changed file with 2 additions and 2 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.66.2";
version = "0.66.3";

src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
sha256 = "sha256-jRnw6UIUA3gAgyqQg6R1GOI4O8HXKnVfTH3d3SFBa9A=";
sha256 = "sha256-2o5rRVOd+dvJOzQFGuuA0PZmmK/wnItcNu8WX9WShQ8=";
};

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

0 comments on commit a1b4a56

Please sign in to comment.