pantheon.switchboard-plug-display: 2.3.1 -> 2.3.2

This commit is contained in:
Bobby Rong 2021-10-28 09:41:44 +08:00
parent bd49bccdf7
commit d4e5b14e90
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -7,6 +7,7 @@
, pkg-config
, vala
, libgee
, libhandy
, granite
, gtk3
, switchboard
@ -14,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-display";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "1dqd34v124y71nnk0l617a53x652m0sb7b58465imr6ppyhx4vsv";
sha256 = "sha256-3sYZCazGnTjIi3Iry5673TMI13sD0GuY+46AK+NJH70=";
};
passthru = {
@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
granite
gtk3
libgee
libhandy
switchboard
];