nix-update: 0.16.0 -> 0.17.0
Diff: https://github.com/Mic92/nix-update/compare/0.16.0...0.17.0 Changelog: https://github.com/Mic92/nix-update/releases/tag/0.17.0
This commit is contained in:
parent
2e4a5186d0
commit
17b0b7d117
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "nix-update";
|
||||
version = "0.16.0";
|
||||
version = "0.17.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-4Hrumb4c0861Aorzfk0eM3++XiWkGopnMuIdb+MTKlo=";
|
||||
hash = "sha256-qWVlJJmjrN3inRJ7ukGVT5971CMmB1KWM4XwluqYuzU=";
|
||||
};
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
|
Loading…
Reference in a new issue