spec-kit: 0.16.3 -> 1.0.1 (#555855)

This commit is contained in:
tomberek
2026-08-24 04:29:36 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "spec-kit";
version = "0.16.3";
version = "1.0.1";
src = fetchFromGitHub {
owner = "github";
repo = "spec-kit";
tag = "v${finalAttrs.version}";
hash = "sha256-uQafjPA4mVn6N89HS9UNQzV1QzDXkgYO3FVBzSzoCBg=";
hash = "sha256-XtI6F9mB+Q1qvwCDPaqgv2ewIzqN9ybWLFOHi2DqOag=";
};
pyproject = true;