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

marge-bot: 0.18.0 -> 1.0.0 (#465673)

parents 2e97c788 c97c07f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "marge-bot";
  version = "0.18.0";
  version = "1.0.0";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "marge-org";
    repo = "marge-bot";
    rev = version;
    hash = "sha256-JaxUEXBxaZIh6fmOjSAa5FZnrO2uAnY3zKoO/mBukUU=";
    hash = "sha256-FKUWVJqkhdxlWcOvyACQo/At0qW9Li+l25+9oCnA4nM=";
  };

  nativeBuildInputs = [