Merge pull request #127388 from eduardosm/dash-to-panel

This commit is contained in:
Sandro 2021-06-21 13:31:22 +02:00 committed by GitHub
commit 0d85f682c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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