hyprlang: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2025-07-25 19:59:26 +00:00 committed by Masum Reza
parent 7f23f852c7
commit 248e0cb993

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlang";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-kVQ0bHVtX6baYxRWWIh4u3LNJZb9Zcm2xBeDPOGz5BY=";
hash = "sha256-pyDe001L3a1dQiUun25y2z4R8vOgx0cmo9l1SvWKEyA=";
};
nativeBuildInputs = [