nix-update: 0.3 -> 0.3.1

https://github.com/Mic92/nix-update/releases/tag/0.3.1
This commit is contained in:
zowoq 2021-01-06 05:46:03 +10:00
parent f35bf8ef29
commit 4abbfd83d9

View file

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "nix-update";
version = "0.3";
version = "0.3.1";
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
sha256 = "sha256-cMllWFPK6pwqrocjkZKjnELIdtW4tj5Yu6AMw7Zd2JU=";
sha256 = "sha256-0icQi1HClLMVDOugKckF2J8tEDeMfmW5kgCItJ9n2eo=";
};
makeWrapperArgs = [