Skip to content

Commit 08ed55e

Browse files
tpnote: 1.25.4 -> 1.25.5 (NixOS#391721)
Co-authored-by: getreu <getreu@users.noreply.github.com>
2 parents ef97a07 + 3c010b0 commit 08ed55e

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
@@ -14,17 +14,17 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "tpnote";
17-
version = "1.25.4";
17+
version = "1.25.5";
1818

1919
src = fetchFromGitHub {
2020
owner = "getreu";
2121
repo = "tp-note";
2222
tag = "v${version}";
23-
hash = "sha256-1KcTY98QNOic0riHhLi4HcSREboMaXq7lb1+LsB0HL0=";
23+
hash = "sha256-UNWnjcwIVRCmRp+i02sDKE9nF2YBc9TQuXLNjkpRZhc=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-c6Kz6Z8yfdh7QaDlgI2qSCoG+4c/g9rjBikjN31JftM=";
27+
cargoHash = "sha256-/VRVFDzUqMS3y6e5I+ZX8ULxJ2kL8ycesWEYUeZSujo=";
2828

2929
nativeBuildInputs = [
3030
cmake

0 commit comments

Comments
 (0)