mcontrolcenter: 0.5.0 -> 0.5.1 (#426548)

Co-authored-by: Tommimon <Tommimon@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-19 07:33:13 +00:00 committed by GitHub
commit 7beef362f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''