Merge pull request #289511 from r-ryantm/auto-update/hyprlang

hyprlang: 0.3.1 -> 0.3.2
This commit is contained in:
Nick Cao
2024-02-17 10:13:26 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlang";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-JZmXxLHYB7t95B5iJdiZml0APJn4nKrGU8M88e8Dkgs=";
hash = "sha256-9TT3xk++LI5/SPYgjYX34xZ4ebR93c1uerIq+SE/ues=";
};
nativeBuildInputs = [cmake];