hyprlang: 0.6.1 -> 0.6.3

This commit is contained in:
SchweGELBin
2025-05-08 22:45:55 +02:00
committed by Masum Reza
parent b7fc586351
commit 8a05ea5061

View File

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