Commit 4bf94f8a authored by Mihai Fufezan's avatar Mihai Fufezan Committed by github-actions[bot]
Browse files

hyprwayland-scanner: 0.3.8 -> 0.3.4

(cherry picked from commit 7185b475)
parent e10170a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "hyprwayland-scanner";
  version = "0.3.8";
  version = "0.3.4";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprwayland-scanner";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/DwglRvj4XF4ECdNtrCIbthleszAZBwOiXG5A6r0K/c=";
    hash = "sha256-D0pg+ZRwrt4lavZ97Ca8clsgbPA3duLj8iEM7riaIFY=";
  };

  nativeBuildInputs = [