hyprland-protocols: 0.6.1 -> 0.6.2 (#381792)

This commit is contained in:
Austin Horstman
2025-02-13 08:19:00 -08:00
committed by GitHub
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-protocols";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-protocols";
rev = "v${finalAttrs.version}";
hash = "sha256-laKgI3mr2qz6tas/q3tuGPxMdsGhBi/w+HO+hO2f1AY=";
hash = "sha256-5v+bv75wJWvahyM2xcMTSNNxmV8a7hb01Eey5zYnBJw=";
};
nativeBuildInputs = [