nix-update: 0.9.0 -> 0.10.0

Diff: https://github.com/Mic92/nix-update/compare/0.9.0...0.10.0
This commit is contained in:
figsoda 2022-11-27 14:50:29 -05:00 committed by zowoq
parent ceee02670c
commit 457b8403c1

View File

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