Unverified Commit 2aeef78d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

hyprwayland-scanner: 0.4.0 -> 0.4.2 (#343693)

parents b14998ef 6fc8ce2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "hyprwayland-scanner";
  version = "0.4.0";
  version = "0.4.2";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprwayland-scanner";
    rev = "v${finalAttrs.version}";
    hash = "sha256-JPdL+Qul+jEueAn8CARfcWP83eJgwkhMejQYfDvrgvU=";
    hash = "sha256-HIPEXyRRVZoqD6U+lFS1B0tsIU7p83FaB9m7KT/x6mQ=";
  };

  nativeBuildInputs = [