Merge pull request #51434 from Mic92/nix-review
nix-review: 0.6.1 -> 1.0.1
This commit is contained in:
commit
01d864c705
@ -8,13 +8,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "nix-review";
|
||||
version = "0.6.1";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = "nix-review";
|
||||
rev = version;
|
||||
sha256 = "0ggw90zp40mms4hpphcn1vy1764rbvl2ix45h26v0wkn32cbqn49";
|
||||
sha256 = "18z7dws3ngx0ffqqgybq65xxsiycildd101q58sj51z1k3lnrynh";
|
||||
};
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user