Unverified Commit 0e98987f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #229946 from r-ryantm/auto-update/git-stack

git-stack: 0.10.15 -> 0.10.16
parents 48307085 3d118da4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "git-stack";
  version = "0.10.15";
  version = "0.10.16";

  src = fetchFromGitHub {
    owner = "gitext-rs";
    repo = "git-stack";
    rev = "v${version}";
    hash = "sha256-DUr3kD27wWuWuArVVhGFYHmX7cA5+J1/dGsZIuWh30c=";
    hash = "sha256-QpRgAcbaZP5pgqMCoYAUybp8NkSkfGqNsZYXZp3Zdtc=";
  };

  cargoHash = "sha256-4p6vWVVHzjE66mnoXKbZJrh77q40OM49fHwCFCgE0W4=";
  cargoHash = "sha256-L+GtqbPQCgw0n1aW/2rU8ba+acC5n0sdEl9C6lveb1I=";

  buildInputs = lib.optionals stdenv.isDarwin [
    Security