nix-fast-build: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2025-08-14 13:30:47 +00:00
parent aebb310757
commit 8f289b5b79

View File

@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "nix-fast-build"; pname = "nix-fast-build";
version = "1.2.0"; version = "1.3.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nix-fast-build"; repo = "nix-fast-build";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-lOouOgusUU3x97wClX8+WdbzpneMiRTdCqDSxGc/RlU="; hash = "sha256-6X4BW+3C2nfkorMfe+tuoeYrdddxPtLqOJ1rZxuxPrc=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];