budgie-control-center: 1.4.0 → 1.4.1

https://github.com/BuddiesOfBudgie/budgie-control-center/compare/v1.4.0...v1.4.1

Adjusted to GSD 49.

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2025-11-03 10:50:08 +01:00
committed by Jan Tojnar
parent 684b471326
commit 82f1535e94
@@ -70,14 +70,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "budgie-control-center";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "BuddiesOfBudgie";
repo = "budgie-control-center";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-W5PF7BPdQdg/7xJ4J+fEnuDdpoG/lyhX56RDnX2DXoY=";
hash = "sha256-Je3X1V4U2t0LMxWwtoYZKEI56IS4zK/w6OL615tqKkk=";
};
patches = [