Skip to content

Commit aafd5e3

Browse files
tpnote: 1.24.12 -> 1.25.1 (NixOS#372138)
Co-authored-by: getreu <[email protected]>
2 parents 62e67d2 + 674085e commit aafd5e3

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

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

1919
src = fetchFromGitHub {
2020
owner = "getreu";
2121
repo = "tp-note";
2222
rev = "v${version}";
23-
hash = "sha256-1Y7Sw9wiUno4A6i0lYDJpqfIT/HV5rxXfuJnJ+FJTBU=";
23+
hash = "sha256-TT34+r4f3TaurLwyXxQa5AZT1xPOKkDYPra/bgchoTc=";
2424
};
2525

26-
cargoHash = "sha256-ZOE2D8GXrJ7BQK7iMoUnqyrj4zc+ODJxZ1jgH7xYMI0=";
26+
cargoHash = "sha256-1+LPsTvJwouFkJoCEkRUjKGqldXLYyF3Y4UuISoYF2A=";
2727

2828
nativeBuildInputs = [
2929
cmake

0 commit comments

Comments
 (0)