We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef97a07 + 3c010b0 commit 08ed55eCopy full SHA for 08ed55e
pkgs/by-name/tp/tpnote/package.nix
@@ -14,17 +14,17 @@
14
15
rustPlatform.buildRustPackage rec {
16
pname = "tpnote";
17
- version = "1.25.4";
+ version = "1.25.5";
18
19
src = fetchFromGitHub {
20
owner = "getreu";
21
repo = "tp-note";
22
tag = "v${version}";
23
- hash = "sha256-1KcTY98QNOic0riHhLi4HcSREboMaXq7lb1+LsB0HL0=";
+ hash = "sha256-UNWnjcwIVRCmRp+i02sDKE9nF2YBc9TQuXLNjkpRZhc=";
24
};
25
26
useFetchCargoVendor = true;
27
- cargoHash = "sha256-c6Kz6Z8yfdh7QaDlgI2qSCoG+4c/g9rjBikjN31JftM=";
+ cargoHash = "sha256-/VRVFDzUqMS3y6e5I+ZX8ULxJ2kL8ycesWEYUeZSujo=";
28
29
nativeBuildInputs = [
30
cmake
0 commit comments