outline: 0.74.0 -> 0.75.0

This commit is contained in:
Alexander Sieg 2024-02-19 12:45:56 +01:00
parent adbead39bb
commit 5eb82cb094
No known key found for this signature in database

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "outline";
version = "0.74.0";
version = "0.75.0";
src = fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "v${version}";
hash = "sha256-fF//SgcBYcJmPDaev8G1s+svCW1bU9CmN3uWEoEeMUk=";
hash = "sha256-u4WDD0HRaNHdknHaoPYprebUaHt8EmESjBG0N6NZpIk=";
};
nativeBuildInputs = [ makeWrapper prefetch-yarn-deps ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-T5FrtPN0CxLjF5KkQyH6dA61kvzIOj1Fe5rIY7l+aFE=";
hash = "sha256-V+1lqZh68T3C9VAFETHehv9iCt1j24ZeY9ErbnRGIrk=";
};
configurePhase = ''