hyprland-protocols: 0.2 -> 0.3.0

This commit is contained in:
R. Ryantm 2024-06-19 02:18:45 +00:00
parent 78fde8eb60
commit ed44a06d6e

View File

@ -6,13 +6,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "hyprland-protocols"; pname = "hyprland-protocols";
version = "0.2"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hyprwm"; owner = "hyprwm";
repo = finalAttrs.pname; repo = finalAttrs.pname;
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc="; hash = "sha256-HUklK5u86w2Yh9dOkk4FdsL8eehcOZ95jPhLixGDRQY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [