Merge pull request #312670 from r-ryantm/auto-update/hyprwayland-scanner

hyprwayland-scanner: 0.3.7 -> 0.3.8
This commit is contained in:
OTABI Tomoya 2024-05-21 17:27:02 +09:00 committed by GitHub
commit bd43e508cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprwayland-scanner";
version = "0.3.7";
version = "0.3.8";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprwayland-scanner";
rev = "v${finalAttrs.version}";
hash = "sha256-BPc9FdIzQAmP1JnYGfr+3O30Yp1BywUvKUz57ZOZ39A=";
hash = "sha256-/DwglRvj4XF4ECdNtrCIbthleszAZBwOiXG5A6r0K/c=";
};
nativeBuildInputs = [