2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 04:38:12 +00:00

vnote: 3.18.0 -> 3.18.1

This commit is contained in:
Quentin Frey 2024-07-14 23:57:59 +02:00
parent 01f00069ce
commit 027d5e7197
No known key found for this signature in database
GPG Key ID: C0AFAA839A68A3D1

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 = [