Fix version jank
All checks were successful
build / build (push) Successful in 1m23s

This commit is contained in:
2024-11-30 01:36:05 +01:00
parent d7ab746344
commit e36fb131be

View File

@@ -126,6 +126,7 @@
{ {
default = pkgs.stdenv.mkDerivation { default = pkgs.stdenv.mkDerivation {
name = "huecli"; name = "huecli";
version = pythonSet.huecli.version;
dontConfigure = true; dontConfigure = true;
dontUnpack = true; dontUnpack = true;
dontBuild = true; dontBuild = true;