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