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

hyprlang: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao 2024-02-14 09:47:48 -05:00 committed by GitHub
commit affcff1a94
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.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlang";
rev = "v${finalAttrs.version}";
hash = "sha256-lm1Bq2AduKFYHdl/q0OLYOdYBTHnKyHGewwQa68q/Wc=";
hash = "sha256-JZmXxLHYB7t95B5iJdiZml0APJn4nKrGU8M88e8Dkgs=";
};
nativeBuildInputs = [cmake];