We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b644f2 + 142f211 commit f20dd10Copy full SHA for f20dd10
pkgs/by-name/tu/tui-journal/package.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "tui-journal";
14
- version = "0.13.0";
+ version = "0.13.1";
15
16
src = fetchFromGitHub {
17
owner = "AmmarAbouZor";
18
repo = "tui-journal";
19
rev = "v${version}";
20
- hash = "sha256-fmkncLmIlvj7TOXIEcB0AXBa3E6kYqJsVCyekWXHPC0=";
+ hash = "sha256-KPh+ree1XSOdURb+pM0sjJeq3NnNvPOQ+spK4g3RxGM=";
21
};
22
23
- cargoHash = "sha256-ewqirDLvsR/FRDUJco4LXPobPtruyYGdbT7qFyithtE=";
+ cargoHash = "sha256-YiD2MtRMGdzPeKR082n9Kx3OBMFvtcqZOd+HRg7zA5o=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments