Skip to content

Commit 60744ef

Browse files
authored
tpnote: 1.25.2 -> 1.25.4 (#389953)
2 parents 9e2299a + d53597e commit 60744ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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.2";
17+
version = "1.25.4";
1818

1919
src = fetchFromGitHub {
2020
owner = "getreu";
2121
repo = "tp-note";
22-
rev = "v${version}";
23-
hash = "sha256-8AUPNjrT4/Vu8ykTHuDSdnCteih3i61CrfRBfPMwCfY=";
22+
tag = "v${version}";
23+
hash = "sha256-1KcTY98QNOic0riHhLi4HcSREboMaXq7lb1+LsB0HL0=";
2424
};
2525

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

2929
nativeBuildInputs = [
3030
cmake

0 commit comments

Comments
 (0)