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 62e67d2 + 674085e commit aafd5e3Copy full SHA for aafd5e3
pkgs/by-name/tp/tpnote/package.nix
@@ -14,16 +14,16 @@
14
15
rustPlatform.buildRustPackage rec {
16
pname = "tpnote";
17
- version = "1.24.12";
+ version = "1.25.1";
18
19
src = fetchFromGitHub {
20
owner = "getreu";
21
repo = "tp-note";
22
rev = "v${version}";
23
- hash = "sha256-1Y7Sw9wiUno4A6i0lYDJpqfIT/HV5rxXfuJnJ+FJTBU=";
+ hash = "sha256-TT34+r4f3TaurLwyXxQa5AZT1xPOKkDYPra/bgchoTc=";
24
};
25
26
- cargoHash = "sha256-ZOE2D8GXrJ7BQK7iMoUnqyrj4zc+ODJxZ1jgH7xYMI0=";
+ cargoHash = "sha256-1+LPsTvJwouFkJoCEkRUjKGqldXLYyF3Y4UuISoYF2A=";
27
28
nativeBuildInputs = [
29
cmake
0 commit comments