Merge pull request #108508 from zowoq/nix-update

nix-update: 0.3 -> 0.3.1
gstqt5
Sandro 2021-01-06 01:17:08 +01:00 committed by GitHub
commit 91f3a87b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = [