tpnote: 1.25.12 -> 1.25.14 (#430482)

Co-authored-by: getreu <getreu@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-03 09:09:37 +00:00
committed by GitHub
co-authored by getreu
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "tpnote";
version = "1.25.12";
version = "1.25.14";
src = fetchFromGitHub {
owner = "getreu";
repo = "tp-note";
tag = "v${version}";
hash = "sha256-rjRZVD0EDRtSiF8kU3VyQJhBJEGDqDsjJgEZkVeC+L0=";
hash = "sha256-CgC4aLg1GdqDXzuWfV4i5C4//I3GJ2RJa0y3oFOM0II=";
};
cargoHash = "sha256-lUwusYFt7shEt2fTV4N5bn6bYTWDjUU7hY9VsC2bDHo=";
cargoHash = "sha256-LF17FrWiqfFaVFbOjm9GiW9AsZmleZL++i8YDyrVZVM=";
nativeBuildInputs = [
cmake