outline: 0.75.0 -> 0.75.2

This commit is contained in:
Alexander Sieg 2024-03-13 21:13:32 +01:00
parent eb4f8bd5bb
commit 12b51fe617
No known key found for this signature in database

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "outline"; pname = "outline";
version = "0.75.0"; version = "0.75.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "outline"; owner = "outline";
repo = "outline"; repo = "outline";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-u4WDD0HRaNHdknHaoPYprebUaHt8EmESjBG0N6NZpIk="; hash = "sha256-jK1jZ9NyBl3Dioh/7gXWx6XyyI6xJKt2a/XXzbhllZM=";
}; };
nativeBuildInputs = [ makeWrapper prefetch-yarn-deps ]; nativeBuildInputs = [ makeWrapper prefetch-yarn-deps ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock"; yarnLock = "${src}/yarn.lock";
hash = "sha256-V+1lqZh68T3C9VAFETHehv9iCt1j24ZeY9ErbnRGIrk="; hash = "sha256-8CfaP5T/pf/xq1lOfdOW4n2m12QLnkLFynHABjZwNiY=";
}; };
configurePhase = '' configurePhase = ''