Merge pull request #246705 from r-ryantm/auto-update/vnote

vnote: 3.15.1 -> 3.16.0
This commit is contained in:
Pol Dellaiera 2023-08-02 18:18:58 +02:00 committed by GitHub
commit 6ea346adbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vnote";
version = "3.15.1";
version = "3.16.0";
src = fetchFromGitHub {
owner = "vnotex";
repo = "vnote";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-A0OJzhvHP+muPI8N23zD4RTiyK0m3JGr/3uJ0Tqz97c=";
hash = "sha256-tcu6y2DqdhFE2nbDkiANDk/Mzidcp8PLi8bWZaI6sH0=";
};
nativeBuildInputs = [