tpnote: 1.25.1 -> 1.25.2 (#381202)

Co-authored-by: getreu <getreu@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
getreu
and committed by
GitHub
46c6fe37 5318c70a

+3 -3
+3 -3
pkgs/by-name/tp/tpnote/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "tpnote"; 17 - version = "1.25.1"; 17 + version = "1.25.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "getreu"; 21 21 repo = "tp-note"; 22 22 rev = "v${version}"; 23 - hash = "sha256-TT34+r4f3TaurLwyXxQa5AZT1xPOKkDYPra/bgchoTc="; 23 + hash = "sha256-8AUPNjrT4/Vu8ykTHuDSdnCteih3i61CrfRBfPMwCfY="; 24 24 }; 25 25 26 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-1uqUB+65sMjjp4LJbvHehg9hMcrjun3/1cEmPPnrx3Y="; 27 + cargoHash = "sha256-+qtphGkypyVY8SZsEmejikhnu18WIuvABlYGNA3GDUw="; 28 28 29 29 nativeBuildInputs = [ 30 30 cmake