Commit 2cc480a3 authored by rewine's avatar rewine Committed by Anderson Torres
Browse files

vnote: 3.16.0 -> 3.17.0

parent 7d4ea94d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vnote";
  version = "3.16.0";
  version = "3.17.0";

  src = fetchFromGitHub {
    owner = "vnotex";
    repo = "vnote";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-tcu6y2DqdhFE2nbDkiANDk/Mzidcp8PLi8bWZaI6sH0=";
    hash = "sha256-NUVu6tKXrrwAoT4BgxX05mmGSC9yx20lwvXzd4y19Zs=";
  };

  nativeBuildInputs = [