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

tui-journal: 0.16.0 -> 0.16.1 (#429129)

parents 1be1230b f463fe30
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -4,22 +4,21 @@
  fetchFromGitHub,
  pkg-config,
  libgit2,
  openssl,
  zlib,
}:

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

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

  cargoHash = "sha256-XsrHNzTiYWqTDV9+soY5oC4UoE5OBC7Ow7qir2dKV/A=";
  cargoHash = "sha256-PmQDLGOXvI0OJ+gMsYa/XLc0WgSH6++23X/b1+iU3JQ=";

  nativeBuildInputs = [
    pkg-config
@@ -27,7 +26,6 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    libgit2
    openssl
    zlib
  ];