pantheon.wingpanel-quick-settings: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-01-30 19:31:26 +00:00
parent 7791ebf4d6
commit 76e441a0b4
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wingpanel-quick-settings";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "quick-settings";
rev = finalAttrs.version;
hash = "sha256-82XlZDnXuUB0PPmInrSQh1vrwnOYt9RplKWwYxIirVo=";
hash = "sha256-J40h/4xhs12FmaaBpQ+0/KGCtRLmP592TS3xHeoxGIE=";
};
patches = [