pantheon.wingpanel: 3.0.2 -> 3.0.3

This commit is contained in:
Bobby Rong 2022-10-19 16:12:13 +08:00
parent 43026e022d
commit 0cda744e43
No known key found for this signature in database

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "wingpanel";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-WvkQx+9YjKCINpyVg8KjCV0GAb0rJfblSFaO14/4oas=";
sha256 = "sha256-dShC6SXjOJmiLI6TUEZsthv5scnm9Jzum+sG/NkWAyM=";
};
patches = [