gnomeExtensions.dash-to-panel: 40 -> 43

Supports GNOME 40

(cherry picked from commit 49ad3f7a530cdc30c16cd85e02874c00a0876fe5)
This commit is contained in:
Eduardo Sánchez Muñoz 2021-06-18 15:42:26 +02:00
parent c40c611ff9
commit e9194c796f
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-dash-to-panel";
version = "40";
version = "43";
src = fetchFromGitHub {
owner = "home-sweet-gnome";
repo = "dash-to-panel";
rev = "v${version}";
sha256 = "07jq8d16nn62ikis896nyfn3q02f5srj754fmiblhz472q4ljc3p";
sha256 = "08n6lwcj943p0vzi2vif7j3nza6xg5z1yka68vwc34ia9ys352m7";
};
buildInputs = [