plasma-panel-colorizer: 4.3.2 -> 5.0.0

This commit is contained in:
R. Ryantm
2025-09-09 09:42:18 +00:00
parent ef9cd0e498
commit 6530476a47
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "plasma-panel-colorizer";
version = "4.3.2";
version = "5.0.0";
src = fetchFromGitHub {
owner = "luisbocanegra";
repo = "plasma-panel-colorizer";
tag = "v${finalAttrs.version}";
hash = "sha256-gaNKIfICAX7FsCq26SPj416K1PIGAWbx+9RFrTiWOVA=";
hash = "sha256-Sz6vYG/aqoA3Smu9EDlElvPfE1gcLoUWPT25d//3t4g=";
};
nativeBuildInputs = [