Merge pull request #108867 from SuperSandro2000/nix-update

nix-update: 0.3.1 -> 0.3.2
This commit is contained in:
Jörg Thalheim 2021-01-09 18:40:07 +00:00 committed by GitHub
commit 9d358f1f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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