Unverified Commit adef9fea authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents a1db4c36 f9281678
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [