Merge pull request #243142 from figsoda/up

This commit is contained in:
Artturi 2023-07-13 00:17:17 +03:00 committed by GitHub
commit 04dc69b62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "nix-update"; pname = "nix-update";
version = "0.18.0"; version = "0.19.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-6VROgVx1bQRgoCZJYXQPAgkqArqAnMwTNg7iHLhbKro="; hash = "sha256-v58x48la837gbqMaQ6PEl9Ick1NH+Y4okf2yttDzqC4=";
}; };
makeWrapperArgs = [ makeWrapperArgs = [