Unverified Commit fa64ec5c authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

tui-journal: 0.15.0 -> 0.16.0 (#424721)

parents b1cae762 63239dad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "tui-journal";
  version = "0.15.0";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "AmmarAbouZor";
    repo = "tui-journal";
    rev = "v${version}";
    hash = "sha256-XbOKC+utKt53iFzNbm861tMGsNMZ2GQc+/J0Dm/SYS8=";
    hash = "sha256-hZpS0r3ky18XtDj4x8croKAZ+css1NmVy98NUuhtR/s=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-gleNWRs9oCI9TH5ALS/wvC88OooMfSTJvz+UVWFYrs4=";
  cargoHash = "sha256-XsrHNzTiYWqTDV9+soY5oC4UoE5OBC7Ow7qir2dKV/A=";

  nativeBuildInputs = [
    pkg-config