gnomeExtensions.arcmenu: 63 -> 65

This commit is contained in:
Bu Kun 2025-05-18 13:13:44 +08:00
parent 292fa7d4f6
commit 880af66d0d
No known key found for this signature in database

View file

@ -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 = [