nix-update: 0.8.0 -> 0.9.0

https://github.com/Mic92/nix-update/releases/tag/0.9.0
This commit is contained in:
zowoq 2022-11-21 06:51:10 +10:00
parent 6c60e61bea
commit 1eb3a69e39

View File

@ -8,14 +8,14 @@
buildPythonApplication rec {
pname = "nix-update";
version = "0.8.0";
version = "0.9.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
sha256 = "sha256-EwEGHiJxdubecuXMuBrk6pDld3mNl2ortwlIa0Cdgu0=";
sha256 = "sha256-wivScgtcdapf5bfXR1sjuBIPQEgi6QGH/f+Aucc3CEQ=";
};
makeWrapperArgs = [