From 8f1da4b3ae926634a7e98ae1d09596f2dd6b4312 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 4 Jan 2025 11:50:54 +0100 Subject: [PATCH] nix-update: 1.7.0 -> 1.9.0 Diff: https://github.com/Mic92/nix-update/compare/refs/tags/1.7.0...1.9.0 Changelog: https://github.com/Mic92/nix-update/releases/tag/1.9.0 --- pkgs/by-name/ni/nix-update/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ni/nix-update/package.nix b/pkgs/by-name/ni/nix-update/package.nix index fb17ef753981..cba250a2114b 100644 --- a/pkgs/by-name/ni/nix-update/package.nix +++ b/pkgs/by-name/ni/nix-update/package.nix @@ -11,14 +11,14 @@ let self = python3Packages.buildPythonApplication { pname = "nix-update"; - version = "1.7.0"; + version = "1.9.0"; pyproject = true; src = fetchFromGitHub { owner = "Mic92"; repo = "nix-update"; tag = self.version; - hash = "sha256-5KhS3RxeVDHKjsxT3hHtl0hHcwlSHl2fYFYLonobpLg="; + hash = "sha256-I9p2CLvzu9DMUCQynQAYski6kwo/NZHdIxCXLpgzOac="; }; build-system = [ python3Packages.setuptools ]; @@ -47,8 +47,8 @@ let }; meta = { - homepage = "https://github.com/Mic92/nix-update/"; description = "Swiss-knife for updating nix packages"; + homepage = "https://github.com/Mic92/nix-update/"; changelog = "https://github.com/Mic92/nix-update/releases/tag/${self.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [