Unverified Commit 59860422 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

manga-tui: 0.6.0 -> 0.7.0 (#396864)

parents 8bfbd65d 91510d3e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  nix-update-script,
}:
let
  version = "0.6.0";
  version = "0.7.0";
in
rustPlatform.buildRustPackage {
  pname = "manga-tui";
@@ -20,11 +20,11 @@ rustPlatform.buildRustPackage {
    owner = "josueBarretogit";
    repo = "manga-tui";
    rev = "v${version}";
    hash = "sha256-L5KZaBJDG0z6NUGPJfbOkKCp1xQEzqfJ9GREx189VqU=";
    hash = "sha256-1WFg2hG3UnOO9+HpUcdPkZNhsNYa2QG1PhzLZ4bQiQM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-gmG/gDozYizwjcm3SGs2m8oLiuWp6oxJPOB3FlHfW+4=";
  cargoHash = "sha256-1nERwIZCR/afgfGdronpy145GnDkbsB7YjF6XyDcfEY=";

  nativeBuildInputs = [ pkg-config ];