hyprland-protocols: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-04-02 01:15:27 +00:00
committed by Masum Reza
parent b7ba7f9f45
commit bb50a5ba45

View File

@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-protocols";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-protocols";
rev = "v${finalAttrs.version}";
hash = "sha256-5v+bv75wJWvahyM2xcMTSNNxmV8a7hb01Eey5zYnBJw=";
hash = "sha256-yf+AXt0RkAkCyF6iSnJt6EJAnNG/l6qv70CVzhRP6Bg=";
};
nativeBuildInputs = [