Unverified Commit 2e45828e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #320922 from r-ryantm/auto-update/hyprland-protocols

hyprland-protocols: 0.2 -> 0.3.0
parents 0ed51f7f ed44a06d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "hyprland-protocols";
  version = "0.2";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = finalAttrs.pname;
    rev = "v${finalAttrs.version}";
    hash = "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc=";
    hash = "sha256-HUklK5u86w2Yh9dOkk4FdsL8eehcOZ95jPhLixGDRQY=";
  };

  nativeBuildInputs = [