hyprwayland-scanner: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm
2026-04-26 05:46:27 +00:00
parent 0aacb00bef
commit db42215bf6
@@ -9,13 +9,13 @@
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprwayland-scanner";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprwayland-scanner";
rev = "v${finalAttrs.version}";
hash = "sha256-FnhBENxihITZldThvbO7883PdXC/2dzW4eiNvtoV5Ao=";
hash = "sha256-Jxixw6wZphUp+nHYxOKUYSckL17QMBx2d5Zp0rJHr1g=";
};
nativeBuildInputs = [