Merge pull request #327215 from Limosine/vnote

vnote: 3.18.0 -> 3.18.1
This commit is contained in:
Aleksana
2024-07-15 14:37:47 +08:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vnote";
version = "3.18.0";
version = "3.18.1";
src = fetchFromGitHub {
owner = "vnotex";
repo = "vnote";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-OpQjMngSEnmtTMLXLllDlIzucdSLSqdFU4ZtPb7ytvQ=";
hash = "sha256-IONa9oLRm3IZsjLScZReH/V6U6WMd6wNzIRvCxP22uE=";
};
nativeBuildInputs = [