Unverified Commit 206a198a authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

stgit: 2.4.13 -> 2.5.0 (#370228)

parents d04cc63e 610c6126
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,15 +19,15 @@

rustPlatform.buildRustPackage rec {
  pname = "stgit";
  version = "2.4.13";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "stacked-git";
    repo = "stgit";
    rev = "v${version}";
    hash = "sha256-Qb4pn/8SK36lUdbURY67592YWrmG7c5PJi19Ly+u2X4=";
    hash = "sha256-XyBVboNrvhOSZBPd5ZqdMuF261TpFzduC6XQtKJGntE=";
  };
  cargoHash = "sha256-7loyQj/mtgzt80XN6ckjojxeddXYRCmdl6U7Y9t95aY=";
  cargoHash = "sha256-xh8TW8TgwaCqqKVyP9ImHkKAIwW5c6AC1pZD5tu0XBs=";

  nativeBuildInputs = [
    pkg-config