pantheon.wingpanel: 3.0.4 -> 3.0.5

https://github.com/elementary/wingpanel/releases/tag/3.0.5
This commit is contained in:
Bobby Rong 2023-09-13 20:39:47 +08:00
parent 3a2786eea0
commit 620b29a77b
No known key found for this signature in database

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "wingpanel";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-WU2TSMuR+RRleR6ZbIXymG31l2f8XLINPkh5X9rUDcY=";
sha256 = "sha256-xowGdaH0e6y0Q2xSl0kUa01rxxoEQ0qXB3sUol0YDBA=";
};
patches = [