tpnote: 1.25.9 -> 1.25.10 (#410603)

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

authored by nixpkgs-merge-bot[bot] getreu and committed by GitHub c05f0cc5 00eb1a7f

+3 -3
+3 -3
pkgs/by-name/tp/tpnote/package.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "tpnote"; 15 - version = "1.25.9"; 16 17 src = fetchFromGitHub { 18 owner = "getreu"; 19 repo = "tp-note"; 20 tag = "v${version}"; 21 - hash = "sha256-+JpV9gJsnK/YFOl+9rS0V0kFtmwkZNmVRzKUypeSvuQ="; 22 }; 23 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-1nFtcjJLuAfBQDtBT20E7Fr5Yrl93tsE4J/CSGbLo+M="; 26 27 nativeBuildInputs = [ 28 cmake
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "tpnote"; 15 + version = "1.25.10"; 16 17 src = fetchFromGitHub { 18 owner = "getreu"; 19 repo = "tp-note"; 20 tag = "v${version}"; 21 + hash = "sha256-bQGgpO820eCp3J1cwOXfTA61PTekjdRc891L3UyokTk="; 22 }; 23 24 useFetchCargoVendor = true; 25 + cargoHash = "sha256-LTNYnETMO/jeByWWsEazfP8nsHaJ6aVeqCVCwtxiQfQ="; 26 27 nativeBuildInputs = [ 28 cmake