Skip to content

Commit

Permalink
overlays/nixpkgs-review: bump to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 19, 2024
1 parent 8f10fc2 commit 19b19ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions overlays/nixpkgs-review/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
_: _final: prev: {
nixpkgs-review = prev.nixpkgs-review.overridePythonAttrs {
src = prev.fetchFromGitHub {
owner = "GaetanLepage";
owner = "Mic92";
repo = "nixpkgs-review";
rev = "b39402126bdd48d7604634f428687267cf8f3b77";
hash = "sha256-nDNxnyu3M7yuL/Md4BJZzFGc5kFzOIUhpwi45pafjw8=";
rev = "b657186a6f2d8242106963742079b31d69c777f4";
hash = "sha256-go08YwZbua0R3xSZrTEfe5h/OUJGgxrheX2rYN326/o=";
};
dependencies = with prev.python3Packages; [
argcomplete
requests
];
};
}

0 comments on commit 19b19ba

Please sign in to comment.