Merge pull request #213205 from figsoda/nix-update

nix-update: 0.14.0 -> 0.15.0
This commit is contained in:
Nick Cao 2023-01-29 09:37:02 +08:00 committed by GitHub
commit 0c63fa0666
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.14.0";
version = "0.15.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
sha256 = "sha256-7HZ5LEQAhA1TXQZVfeUGOruwgqJBkSFtmDLR8PLSiOw=";
sha256 = "sha256-Q3yExefODBrrziRnCYETrJgSn42BOR7ZsL8pu3q5D/w=";
};
makeWrapperArgs = [