nixpkgs-review: 3.7.0 -> 3.8.0 (#519033)

This commit is contained in:
Adam C. Stephens
2026-05-11 17:23:24 +00:00
committed by GitHub
+2 -2
View File
@@ -22,14 +22,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "nixpkgs-review";
version = "3.7.0";
version = "3.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
tag = finalAttrs.version;
hash = "sha256-AYizZ36di7DOtmaqMtWTvMVfe4DqJfCdhvxypweEArs=";
hash = "sha256-Z8pOct9DtuRo4LERqhVpDxX9uoLNQGgqPFUh0Fn3MrI=";
};
build-system = [