Skip to content

Commit

Permalink
Merge pull request #320743 from cyberus-technology/outline-0.77.2
Browse files Browse the repository at this point in the history
outline: 0.77.1 -> 0.77.2
  • Loading branch information
leona-ya authored Jun 18, 2024
2 parents cce48c5 + 5840285 commit dce10c7
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 @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "outline";
version = "0.77.1";
version = "0.77.2";

src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-n2TGbCRe/NSX+4lSmLGs2WUh44s+Hr6eblsqnzYNeSs=";
hash = "sha256-Ri2qN7nR79Y1tsUsga/92nS7EuP/nqaUG2FiYJQNAr4=";
};

nativeBuildInputs = [ makeWrapper prefetch-yarn-deps fixup-yarn-lock ];
Expand Down

0 comments on commit dce10c7

Please sign in to comment.