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

hyprlang: 0.2.1 -> 0.3.0
This commit is contained in:
Nick Cao 2024-02-10 10:12:47 -05:00 committed by GitHub
commit 4c50f4989f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlang";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-KjAYC3sMyfipCHpkj0XSPw/C9KdCNlWtguQW5rEUiqo=";
hash = "sha256-lm1Bq2AduKFYHdl/q0OLYOdYBTHnKyHGewwQa68q/Wc=";
};
nativeBuildInputs = [cmake];