summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-03 19:52:02 +0000
committerGitHub <noreply@github.com>2021-06-03 19:52:02 +0000
commita9f286f5cf8be2b6c9565a91daf46c839f958fa5 (patch)
tree1503d8c24ea1a4d77bac4963ecd79b5a3f4d76df /pkgs/applications/blockchains
parenta12e0d5bff6499dbde34bf655691e7dc79813ad7 (diff)
parent1e5e12d73532d926f43f0ecec6869d40f0cbc77c (diff)
downloadnixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.tar
nixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.tar.gz
nixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.tar.bz2
nixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.tar.lz
nixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.tar.xz
nixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.tar.zst
nixpkgs-a9f286f5cf8be2b6c9565a91daf46c839f958fa5.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/chia/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/chia/default.nix b/pkgs/applications/blockchains/chia/default.nix
index 0c4220b72ba..09fe6d1b2dd 100644
--- a/pkgs/applications/blockchains/chia/default.nix
+++ b/pkgs/applications/blockchains/chia/default.nix
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
     python3Packages.setuptools-scm
   ];
 
-  # give a hint to setuptools_scm on package version
+  # give a hint to setuptools-scm on package version
   SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}";
 
   propagatedBuildInputs = with python3Packages; [