nix-update: 0.18.0 -> 0.19.0
Diff: https://github.com/Mic92/nix-update/compare/0.18.0...0.19.0 Changelog: https://github.com/Mic92/nix-update/releases/tag/0.19.0
This commit is contained in:
parent
2de8efefb6
commit
59bcad89a1
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "nix-update";
|
||||
version = "0.18.0";
|
||||
version = "0.19.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-6VROgVx1bQRgoCZJYXQPAgkqArqAnMwTNg7iHLhbKro=";
|
||||
hash = "sha256-v58x48la837gbqMaQ6PEl9Ick1NH+Y4okf2yttDzqC4=";
|
||||
};
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
|
Loading…
Reference in a new issue