diff --git a/pkgs/development/python-modules/hyprland-schema/default.nix b/pkgs/development/python-modules/hyprland-schema/default.nix index 10d618b86c0a..07fd86860de0 100644 --- a/pkgs/development/python-modules/hyprland-schema/default.nix +++ b/pkgs/development/python-modules/hyprland-schema/default.nix @@ -9,14 +9,14 @@ buildPythonPackage (finalAttrs: { pname = "hyprland-schema"; - version = "0.7.0"; + version = "0.7.1"; pyproject = true; src = fetchFromGitHub { owner = "BlueManCZ"; repo = "hyprland-schema"; tag = "v${finalAttrs.version}"; - hash = "sha256-5wm21kpn7Car4hntm+ZYG0xdRBpfbwI57yCBmoHmooQ="; + hash = "sha256-36nSnuiWtJeCGcxJB2hNlbWEd0t2Ke5hhsUJddoap+w="; }; build-system = [ hatchling ];