hyprlang: 0.6.7 -> 0.6.8 (#477265)

This commit is contained in:
Masum Reza
2026-01-06 04:22:29 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlang";
version = "0.6.7";
version = "0.6.8";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-54ltTSbI6W+qYGMchAgCR6QnC1kOdKXN6X6pJhOWxFg=";
hash = "sha256-ZGzcH3gKD9nj8oDLV1+o6ice6kMHZRXkNx24cfyPkRs=";
};
nativeBuildInputs = [