Commit 59764ed3 authored by Bu Kun's avatar Bu Kun Committed by github-actions[bot]
Browse files

gnomeExtensions.arcmenu: 63 -> 65

(cherry picked from commit 880af66d)
parent 59100184
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "gnome-shell-extension-arcmenu";
  version = "63";
  version = "65";

  src = fetchFromGitLab {
    owner = "arcmenu";
    repo = "ArcMenu";
    rev = "v${version}";
    hash = "sha256-XlDkdNINTnUAqr2bxL0u2tHWfiggqT1oOryED7sG/vs=";
    hash = "sha256-EEK600DwIQAPWR07IMPNZFiWWkiG0blp/D0VKAcc7ns=";
  };

  patches = [