Skip to content

Commit

Permalink
[Backport release-24.11] nixpkgs-review: 2.12.0 -> 3.0.1 (#373534)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 13, 2025
2 parents af6e53e + ef33040 commit 833f97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ni/nixpkgs-review/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.12.0";
version = "3.0.1";
pyproject = true;

src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = "refs/tags/${version}";
hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg=";
tag = version;
hash = "sha256-G47bfu3IVsKx5Yhfe6H6w5qRcxF2sjd48xVGSeljv/I=";
};

build-system = [
Expand Down

0 comments on commit 833f97a

Please sign in to comment.