Unverified Commit a83042eb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #329052 from r-ryantm/auto-update/tpnote

tpnote: 1.24.6 -> 1.24.7
parents 15d4b2c3 44480e47
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
  pname = "tpnote";
  version = "1.24.6";
  version = "1.24.7";

  src = fetchFromGitHub {
    owner = "getreu";
    repo = "tp-note";
    rev = "v${version}";
    hash = "sha256-koc1hm+zwvyoA77a2pf78P9I1Qg+SetHVHMUDHJYG3s=";
    hash = "sha256-BSq+9qjBdJZvx65mumyPbjhbBHpHXgWeGqdx/xevL50=";
  };

  cargoHash = "sha256-a0wgpnaDUAiKB9yYKgsY9Z2xWi4rqWmXFpMIQfhI1O8=";
  cargoHash = "sha256-jwG68aAG4D+ulsQa+UEyJu5fVwbrHeeW9bJNQfcpg4o=";

  nativeBuildInputs = [
    cmake