plasma-panel-colorizer: 4.2.0 -> 4.3.0

This commit is contained in:
R. Ryantm 2025-06-08 03:54:21 +00:00
parent eb651797af
commit 5349cc6661

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "plasma-panel-colorizer";
version = "4.2.0";
version = "4.3.0";
src = fetchFromGitHub {
owner = "luisbocanegra";
repo = "plasma-panel-colorizer";
tag = "v${finalAttrs.version}";
hash = "sha256-fqhuW7SoUluUJU0tv1MIUX1IhOn3j514Hlrdxlnqvvg=";
hash = "sha256-B0aP49udYTV/zfEdZS4uvkGG4wZUScqTVn9+d5SYCEQ=";
};
nativeBuildInputs = [