Unverified Commit d7cbc931 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

stgit: 2.5.1 -> 2.5.2 (#382731)

parents a04029e2 9932161d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,16 +19,16 @@

rustPlatform.buildRustPackage rec {
  pname = "stgit";
  version = "2.5.1";
  version = "2.5.2";

  src = fetchFromGitHub {
    owner = "stacked-git";
    repo = "stgit";
    rev = "v${version}";
    hash = "sha256-p6qEzkiRAuzvaPrUXtE+Ixdcu7W0aQFY2NQUyO+kESo=";
    hash = "sha256-CZkx/ylSloFRzLellY7IyBbgMV/UppsxplyjfplaJWM=";
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-eleTawI5wJxzzuTS3npJTh3ZlhKYxLxHEJnK6K2DP20=";
  cargoHash = "sha256-1KUb5GvHoR631XvTYXkxDbeCg9EMW2PyPPKJ2fe4gwU=";

  nativeBuildInputs = [
    pkg-config