Unverified Commit f645a375 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #327215 from Limosine/vnote

vnote: 3.18.0 -> 3.18.1
parents e047aa5d 027d5e71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [