We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e209487 + 3341776 commit af3ae7bCopy full SHA for af3ae7b
pkgs/by-name/tp/tpnote/package.nix
@@ -12,17 +12,17 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "tpnote";
15
- version = "1.25.8";
+ version = "1.25.9";
16
17
src = fetchFromGitHub {
18
owner = "getreu";
19
repo = "tp-note";
20
tag = "v${version}";
21
- hash = "sha256-zJgV6iy/guLhsyg9TDy8rkM+hyjpO9GSN2oEuVkBbV0=";
+ hash = "sha256-+JpV9gJsnK/YFOl+9rS0V0kFtmwkZNmVRzKUypeSvuQ=";
22
};
23
24
useFetchCargoVendor = true;
25
- cargoHash = "sha256-LdHS1XWstAqij6xe5+KSHvMRtS2/Gw3UE+VjkogAfTs=";
+ cargoHash = "sha256-1nFtcjJLuAfBQDtBT20E7Fr5Yrl93tsE4J/CSGbLo+M=";
26
27
nativeBuildInputs = [
28
cmake
0 commit comments