Gaetan Lepage
2025-09-22 21:56:17 +00:00
parent 2032412fdb
commit 7af0a4ce34

View File

@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "nix-update"; pname = "nix-update";
version = "1.13.0"; version = "1.13.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nix-update"; repo = "nix-update";
tag = version; tag = version;
hash = "sha256-+d4NexgDkpuiesuA6vOv2COD3bgWddIL1SjFxuDF1dA="; hash = "sha256-b/Ymvz4Un67j7UulzBJtmKrwcchpEE/si/QOn/m8m80=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];