Skip to content

Commit af3ae7b

Browse files
tpnote: 1.25.8 -> 1.25.9 (#404717)
Co-authored-by: getreu <[email protected]>
2 parents e209487 + 3341776 commit af3ae7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tp/tpnote/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "tpnote";
15-
version = "1.25.8";
15+
version = "1.25.9";
1616

1717
src = fetchFromGitHub {
1818
owner = "getreu";
1919
repo = "tp-note";
2020
tag = "v${version}";
21-
hash = "sha256-zJgV6iy/guLhsyg9TDy8rkM+hyjpO9GSN2oEuVkBbV0=";
21+
hash = "sha256-+JpV9gJsnK/YFOl+9rS0V0kFtmwkZNmVRzKUypeSvuQ=";
2222
};
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-LdHS1XWstAqij6xe5+KSHvMRtS2/Gw3UE+VjkogAfTs=";
25+
cargoHash = "sha256-1nFtcjJLuAfBQDtBT20E7Fr5Yrl93tsE4J/CSGbLo+M=";
2626

2727
nativeBuildInputs = [
2828
cmake

0 commit comments

Comments
 (0)