pantheon.wingpanel-quick-settings: 1.0.0 -> 1.0.1

https://github.com/elementary/quick-settings/compare/1.0.0...1.0.1
This commit is contained in:
Bobby Rong 2024-11-23 11:57:56 +08:00
parent 7986f15e98
commit 373134e692
No known key found for this signature in database

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wingpanel-quick-settings";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "quick-settings";
rev = finalAttrs.version;
hash = "sha256-k8K6zGTLYGSsi5NtohbaGg4oVVovktR7BInN8BUE5bQ=";
hash = "sha256-I5RCMd3lkWOkpoawCXYuGHDa49A+wVlIlM8U2hRfq/o=";
};
nativeBuildInputs = [