plasma-panel-colorizer: 1.2.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-01-27 08:27:24 +00:00
parent 798f303659
commit c40d9b20b0
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "plasma-panel-colorizer";
version = "1.2.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "luisbocanegra";
repo = "plasma-panel-colorizer";
tag = "v${finalAttrs.version}";
hash = "sha256-yeUicFoafKqj6suVJSaaNjmT+g+ZYb8QsguYyKNBYFA=";
hash = "sha256-Xv1yGIGIWqfxukJub0X2sH0XwtRTr13p+vDi+Wdgnkg=";
};
nativeBuildInputs = [