Unverified Commit fe1759ec authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gitnr: 0.1.3 -> 0.2.2 (#351116)

parents 62dc8956 eb591115
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "gitnr";
  version = "0.1.3";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "reemus-dev";
    repo = "gitnr";
    rev = "v${version}";
    hash = "sha256-Hsro0y/avI20cFQveQF17NiR3JCNlBKqXbaIce7uxBM=";
    hash = "sha256-9vx+bGfYuJuafZUY2ZT4SAgrNcSXuMe1kHH/lrpItvM=";
  };

  cargoHash = "sha256-Ahzm23AStSwDSgks9j/J15/zo+EH/NgbfCBc3xBcTwQ=";
  cargoHash = "sha256-ZvF8X+IT7mrKaUaNS4NhYzX9P3hkhNNH/ActxG/6YZE=";

  nativeBuildInputs = [
    pkg-config
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/reemus-dev/gitnr";
    changelog = "https://github.com/reemus-dev/gitnr/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ figsoda ];
    maintainers = with maintainers; [ figsoda matthiasbeyer ];
    mainProgram = "gitnr";
  };
}