Merge pull request #219527 from figsoda/nix-update

nix-update: 0.15.0 -> 0.15.1
This commit is contained in:
Weijia Wang 2023-03-05 00:49:06 +02:00 committed by GitHub
commit 67faa3e9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonApplication rec {
pname = "nix-update";
version = "0.15.0";
version = "0.15.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
sha256 = "sha256-Q3yExefODBrrziRnCYETrJgSn42BOR7ZsL8pu3q5D/w=";
sha256 = "sha256-AYw2czg8HwA/ATQZO0snfb5GRsz77J6cPGDQ8b4W6AI=";
};
makeWrapperArgs = [