memos: 0.12.2 -> 0.13.0

This commit is contained in:
Indexyz 2023-05-25 12:32:02 +08:00
parent 0da3412c91
commit a1aa176fcb

View file

@ -1,12 +1,12 @@
{ fetchFromGitHub, buildGoModule, jq, buildNpmPackage, lib, makeWrapper }: { fetchFromGitHub, buildGoModule, jq, buildNpmPackage, lib, makeWrapper }:
let let
version = "0.12.2"; version = "0.13.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "usememos"; owner = "usememos";
repo = "memos"; repo = "memos";
rev = "v${version}"; rev = "v${version}";
sha256 = "vAY++SHUMBw+jyuu6KFNt62kE5FM8ysGheQwBSOYos8="; sha256 = "7rMs1jFyGlCfc7LVZvsQ9tuBLsWP/S9DXYcEPZ86tKw=";
}; };
frontend = buildNpmPackage { frontend = buildNpmPackage {
@ -32,7 +32,7 @@ buildGoModule rec {
# check will unable to access network in sandbox # check will unable to access network in sandbox
doCheck = false; doCheck = false;
vendorSha256 = "sha256-P4OnICBiTAs/uaQgoYNKK50yj/PYntyH/bLihdPv88s="; vendorSha256 = "sha256-OztHMpOj7Ewmxu+pzPmzmtHBDe1sbzj805In37mFjzU=";
# Inject frontend assets into go embed # Inject frontend assets into go embed
prePatch = '' prePatch = ''