Skip to content

Commit

Permalink
[Backport release-24.11] nix-fast-build: 1.0.0 -> 1.1.0 (#373076)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 12, 2025
2 parents 56571f1 + b019286 commit c4533bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ni/nix-fast-build/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit c4533bd

Please sign in to comment.