Unverified Commit 5060c0ea authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

vnote: 3.19.2 -> 3.19.2-unstable-2025-10-12 (#451883)

parents e40b4a07 9fdf70ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vnote";
  version = "3.19.2";
  version = "3.19.2-unstable-2025-10-12";

  src = fetchFromGitHub {
    owner = "vnotex";
    repo = "vnote";
    tag = "v${finalAttrs.version}";
    rev = "1ebe3fd4ecef69c2bacb7f2ec915666f99195ce1";
    fetchSubmodules = true;
    hash = "sha256-40k0wSqRdwlUqrbb9mDK0dqsSEqCfbNLt+cUKeky+do=";
    hash = "sha256-vbud2IjmkIIkuZ7ocrQ199CEsKy1nMnidGe/d0UN9jU=";
  };

  nativeBuildInputs = [