hypr{launcher,pwcenter,toolkit,wire}: update to latest versions (#462946)

This commit is contained in:
Masum Reza
2025-11-19 04:59:29 +00:00
committed by GitHub
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -19,13 +19,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlauncher";
version = "0.1.0";
version = "0.1.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlauncher";
tag = "v${finalAttrs.version}";
hash = "sha256-6JVor77g1LR/22lZYCArUm/geIXE0aGJZ4DHIlgSOj4=";
hash = "sha256-KMqHEAuRfO4ep40jxsGW6mnJSeWM41qv63KbWcLBfuw=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -16,13 +16,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprpwcenter";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpwcenter";
tag = "v${finalAttrs.version}";
hash = "sha256-/kE3VlkJjpFxjbgdKCFumg/Oxn4n7Z//5atAObpPiRY=";
hash = "sha256-Hxv5Xjlnv70Q/MGLZ4eTlhW8jYhx4gzhn3YL4oc4hN0=";
};
nativeBuildInputs = [
+4 -2
View File
@@ -8,6 +8,7 @@
wayland-scanner,
aquamarine,
cairo,
gtest,
hyprgraphics,
hyprlang,
hyprutils,
@@ -24,13 +25,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprtoolkit";
version = "0.1.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprtoolkit";
tag = "v${finalAttrs.version}";
hash = "sha256-SjZAlFpZ/ZpYXj59toamF4qx5rC8RP0U/yEsPVniyI8=";
hash = "sha256-M+mlYKvzqW+TSoJ4MH9U+HcFoUmWc1etiXehyLEVB2M=";
};
nativeBuildInputs = [
@@ -43,6 +44,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
buildInputs = [
aquamarine
cairo
gtest
hyprgraphics
hyprlang
hyprutils
+3 -3
View File
@@ -11,13 +11,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprwire";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprwire";
tag = "v${finalAttrs.version}";
hash = "sha256-84KqFPakU1Pv7axkwbSi1D5XssSHIW8B2xduOUq5Mw4=";
hash = "sha256-EoLyrxFJVr7igDhhVNRk2rRpEEOJllRWvYg5XZ3J5y0=";
};
nativeBuildInputs = [
@@ -26,9 +26,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
pugixml
hyprutils
libffi
pugixml
];
meta = {