hyprwayland-scanner: 0.3.8 -> 0.3.4

This commit is contained in:
Mihai Fufezan 2024-05-21 21:26:08 +03:00
parent b40bb38d9a
commit 7185b47557
No known key found for this signature in database

View File

@ -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 = [