hyprwayland-scanner: 0.3.10 -> 0.4.0

This commit is contained in:
John Titor 2024-07-21 18:47:17 +00:00
parent 7c7f909ee4
commit 0d40d3a1ff
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprwayland-scanner";
version = "0.3.10";
version = "0.4.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprwayland-scanner";
rev = "v${finalAttrs.version}";
hash = "sha256-YxmfxHfWed1fosaa7fC1u7XoKp1anEZU+7Lh/ojRKoM=";
hash = "sha256-JPdL+Qul+jEueAn8CARfcWP83eJgwkhMejQYfDvrgvU=";
};
nativeBuildInputs = [