chore(huenicorn.nix): update version to 1.0.10

This commit is contained in:
Giulio De Pasquale 2025-02-13 14:44:35 +00:00
parent 619882bbc3
commit 249e02c5c9

View File

@ -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 = [