Gaetan Lepage
2025-09-17 23:33:35 +00:00
parent 83775d679f
commit 8ee365a709
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "nix-update";
version = "1.12.1";
version = "1.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-update";
tag = version;
hash = "sha256-ygbAx4TV9NFjpttn+4ELT3Zfu/tiRyigO7R4WT/ntTw=";
hash = "sha256-+d4NexgDkpuiesuA6vOv2COD3bgWddIL1SjFxuDF1dA=";
};
build-system = [ python3Packages.setuptools ];