Unverified Commit fcd1e55e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

nixpkgs-reviewFull: 3.6.0 -> 3.7.0 (#488431)

parents 89921d39 31566940
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "nixpkgs-review";
  version = "3.6.0";
  version = "3.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nixpkgs-review";
    tag = finalAttrs.version;
    hash = "sha256-SGykze7xkurdrqwMvXZU4E7VAuEcHCKqtlXAdaQrr1M=";
    hash = "sha256-AYizZ36di7DOtmaqMtWTvMVfe4DqJfCdhvxypweEArs=";
  };

  build-system = [