diff --git a/huenicorn.nix b/huenicorn.nix index b8e611f..d3385f1 100644 --- a/huenicorn.nix +++ b/huenicorn.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation rec { pname = "huenicorn"; - version = "1.0.9"; + version = "1.0.10"; src = fetchFromGitLab { owner = "openjowelsofts"; repo = pname; rev = "v${version}"; - sha256 = "sha256-+IcIvudvFRu9VEiF0DAZX2ZtaIgz4ZCMgBPsAphdfrw="; + sha256 = "sha256-d1M0JJLadHzOVK31Tz6fUTcGR2/0xVp2czoLynghcUM="; }; nativeBuildInputs = [