nix-update: 0.11.0 -> 0.12.0
Diff: https://github.com/Mic92/nix-update/compare/0.11.0...0.12.0 Changelog: https://github.com/Mic92/nix-update/releases/tag/0.12.0
This commit is contained in:
parent
5f95e2ad3d
commit
001389279c
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "nix-update";
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-nBLNMQKLgx5m5VyxTdSLBE9kNhUPdaRzVi5BQx83m+4=";
|
||||
sha256 = "sha256-7Co8mKG3eyM5WmGoAskyYleeutH4/kygSkvFpSg7Y04=";
|
||||
};
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
|
Loading…
Reference in a new issue