nix-update: 1.15.0 -> 1.15.1

Diff: https://github.com/Mic92/nix-update/compare/v1.15.0...v1.15.1

Changelog: https://github.com/Mic92/nix-update/releases/tag/v1.15.1
(cherry picked from commit 80c6c881cf)
This commit is contained in:
Sandro Jäckel 2026-05-26 18:48:05 +02:00 committed by github-actions[bot]
commit 12c7833132

View file

@ -11,14 +11,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "nix-update";
version = "1.15.0";
version = "1.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-update";
tag = "v${finalAttrs.version}";
hash = "sha256-M62YdrdAqK81MF0FL0bx6iKTDCaqOtPx3civlSg46uk=";
hash = "sha256-z7xXzpwsXY1x/xKeM7l2mN8dHFTp8qfgs/5xVsKjHr8=";
};
build-system = [ python3Packages.setuptools ];