hyprlandPlugins/hyprland-plugins: 0.41.2 -> 0.42.0

This commit is contained in:
Mihai Fufezan 2024-08-07 23:29:00 +03:00
parent 73bad3c5e4
commit 18ec93f298
No known key found for this signature in database

View File

@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.41.2";
version = "0.42.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-TnlAcO5K2gkab0mpKurP5Co6eWRycP/KbFqWNS2rsMA=";
hash = "sha256-aPzAbDgAyxJlUjyaFPDhjcL7WnyDP5uDZKOqlQRD8eM=";
};
in
mkHyprlandPlugin hyprland {
@ -37,7 +37,7 @@ let
fufexan
johnrtitor
];
platforms = lib.platforms.linux;
inherit (hyprland.meta) platforms;
};
}
)