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

gitu: 0.27.0 -> 0.28.0 (#379451)

parents ccfae305 c4f72f8f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
  pname = "gitu";
  version = "0.27.0";
  version = "0.28.0";

  src = fetchFromGitHub {
    owner = "altsem";
    repo = "gitu";
    rev = "v${version}";
    hash = "sha256-/g+hjQQhu771yqLhx4THaNCJKShXB7RoxiS9bQDUijU=";
    hash = "sha256-eG3ORk4nD8htdZpboEgcR4P94aKUX7eDHo6uTfSw2Zo=";
  };

  cargoHash = "sha256-cK7TjrP2KW3w7UFr+6pUIjeesPaJKs4lXorw98zwuD4=";
  cargoHash = "sha256-g1VAHroINiwdo+uAA287FHEPqkPFvEIWHqVnjycM/Mc=";

  nativeBuildInputs = [
    pkg-config