Skip to content

Commit f20dd10

Browse files
authored
tui-journal: 0.13.0 -> 0.13.1 (#366486)
2 parents 0b644f2 + 142f211 commit f20dd10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tu/tui-journal/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "tui-journal";
14-
version = "0.13.0";
14+
version = "0.13.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "AmmarAbouZor";
1818
repo = "tui-journal";
1919
rev = "v${version}";
20-
hash = "sha256-fmkncLmIlvj7TOXIEcB0AXBa3E6kYqJsVCyekWXHPC0=";
20+
hash = "sha256-KPh+ree1XSOdURb+pM0sjJeq3NnNvPOQ+spK4g3RxGM=";
2121
};
2222

23-
cargoHash = "sha256-ewqirDLvsR/FRDUJco4LXPobPtruyYGdbT7qFyithtE=";
23+
cargoHash = "sha256-YiD2MtRMGdzPeKR082n9Kx3OBMFvtcqZOd+HRg7zA5o=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)