nix-fast-build: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-01-11 11:36:51 +00:00
parent 76af1d7fed
commit d81f7ff8a9
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "nix-fast-build";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-fast-build";
rev = "refs/tags/${version}";
hash = "sha256-8zW6eWvE9T03cMpo/hY8RRZIsSCfs1zmsJOkEZzuYwM=";
hash = "sha256-HkaJeIFgxncLm8MC1BaWRTkge9b1/+mjPcbzXTRshoM=";
};
build-system = [ python3Packages.setuptools ];