outline: 0.70.2 -> 0.71.0

This commit is contained in:
Alexander Sieg
2023-08-29 13:32:19 +02:00
parent b8d1cd6e50
commit c625ae7ca5
3 changed files with 1421 additions and 1311 deletions
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "outline";
version = "0.70.2";
version = "0.71.0";
src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-y2VGWuwJX91Aa8Bs7YcT4MKOURrFKXUz9CcQkUI/U2s=";
hash = "sha256-vwYq5b+cMYf/gnpCwLEpErYKqYw/RwcvyBjhp+5+bTY=";
};
nativeBuildInputs = [ makeWrapper yarn2nix-moretea.fixup_yarn_lock ];
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff