Merge pull request #332857 from Limosine/vnote

vnote: 3.18.1 -> 3.18.2
This commit is contained in:
Donovan Glover 2024-08-13 21:57:49 +00:00 committed by GitHub
commit 3af1a539c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vnote"; pname = "vnote";
version = "3.18.1"; version = "3.18.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vnotex"; owner = "vnotex";
repo = "vnote"; repo = "vnote";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-IONa9oLRm3IZsjLScZReH/V6U6WMd6wNzIRvCxP22uE="; hash = "sha256-2yNhWDExxg5A6DgGtKAtql3HsJuYG1YM/NjUJ718jRw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [