about summary refs log tree commit diff
path: root/pkgs/by-name/hy
diff options
context:
space:
mode:
authorIogaMaster <iogamastercode@gmail.com>2024-03-07 11:20:13 -0700
committerIogaMaster <iogamastercode@gmail.com>2024-03-08 10:58:26 -0700
commit11907c593abc7eb4e2334692238cf916828fcb00 (patch)
treed98fe89a2e4cf3ba05c2108871334f712965cddc /pkgs/by-name/hy
parentd4164730d41de41525032cacb2d3139906cb1c03 (diff)
hyprlang: 0.4.1 -> 0.5.0
Diff: https://github.com/hyprwm/hyprlang/compare/v0.4.1...v0.5.0
Diffstat (limited to 'pkgs/by-name/hy')
-rw-r--r--pkgs/by-name/hy/hyprlang/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/hy/hyprlang/package.nix b/pkgs/by-name/hy/hyprlang/package.nix
index 6dc2c4fecbcc1..9a4c26583bde0 100644
--- a/pkgs/by-name/hy/hyprlang/package.nix
+++ b/pkgs/by-name/hy/hyprlang/package.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "hyprlang";
-  version = "0.4.1";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "hyprwm";
     repo = "hyprlang";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-upV2PWOoQ5hKbeuMwiJ4RJUa1JDVqzxdr5LL7YJJ/f4=";
+    hash = "sha256-bR4o3mynoTa1Wi4ZTjbnsZ6iqVcPGriXp56bZh5UFTk=";
   };
 
   nativeBuildInputs = [
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     homepage = "https://github.com/hyprwm/hyprlang";
     description = "The official implementation library for the hypr config language";
-    license = licenses.gpl3Plus;
+    license = licenses.lgpl3Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ iogamaster fufexan ];
   };