mcontrolcenter: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2025-07-19 01:32:50 +00:00
parent cda03d762a
commit 2319e923ea

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mcontrolcenter";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "dmitry-s93";
repo = "MControlCenter";
rev = finalAttrs.version;
hash = "sha256-Gl+YnbUbwtwF2WHT39bIKh48qSIMe3fpzxgdvifR4DQ=";
hash = "sha256-uWxEWLb2QOZlJ1d3LbORCc81kILB9N+0bzr+xzHAa7Y=";
};
postPatch = ''