Skip to content

Commit 1ce8fcb

Browse files
authored
hyprlandPlugins: update plugins (#355037)
2 parents 43c8425 + 0198cfb commit 1ce8fcb

File tree

8 files changed

+25
-22
lines changed

8 files changed

+25
-22
lines changed

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hy3.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,25 @@
44
fetchFromGitHub,
55
hyprland,
66
mkHyprlandPlugin,
7+
nix-update-script,
78
}:
89
mkHyprlandPlugin hyprland rec {
910
pluginName = "hy3";
10-
version = "0.44.0";
11+
version = "0.45.0";
1112

1213
src = fetchFromGitHub {
1314
owner = "outfoxxed";
1415
repo = "hy3";
1516
rev = "refs/tags/hl${version}";
16-
hash = "sha256-6TVaB+nWVanqZWqievg+m7tVNrSpQ9CQcwXJQeyU/Q0=";
17+
hash = "sha256-b3PuEtRHTSxV809RLUiZVQhDQZ8NxxpWUjboTe9QAAY=";
1718
};
1819

1920
nativeBuildInputs = [ cmake ];
2021

2122
dontStrip = true;
2223

24+
passthru.updateScript = nix-update-script { };
25+
2326
meta = {
2427
homepage = "https://github.com/outfoxxed/hy3";
2528
description = "Hyprland plugin for an i3 / sway like manual tiling layout";

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
mkHyprlandPlugin hyprland {
1010
pluginName = "hypr-dynamic-cursors";
11-
version = "0-unstable-2024-10-10";
11+
version = "0-unstable-2024-11-10";
1212

1313
src = fetchFromGitHub {
1414
owner = "VirtCode";
1515
repo = "hypr-dynamic-cursors";
16-
rev = "3ff4c2a053f7673b3b8cd45ada0886cbda13ebcc";
17-
hash = "sha256-XMR9wDNXmY3pPp3imT5vA4Gc6yC3R2Fatp4B53uLHzI=";
16+
rev = "a3427f2a7f1dc70236dbaa870eadead03d9807a6";
17+
hash = "sha256-7nznQzeq0rzvTos2axd4LvzLJ64n0erP3WxMIpCE5Ew=";
1818
};
1919

2020
dontUseCmakeConfigure = true;

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprfocus.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
mkHyprlandPlugin hyprland {
99
pluginName = "hyprfocus";
10-
version = "0-unstable-2024-05-30";
10+
version = "0-unstable-2024-10-09";
1111

1212
src = fetchFromGitHub {
1313
owner = "pyt0xic";
1414
repo = "hyprfocus";
15-
rev = "aa7262d3a4564062f97b9cfdad47fd914cfb80f2";
16-
hash = "sha256-R1ZgNhQkoS6ZHRRKB+j5vYgRANfYO//sHbrD7moUTx0=";
15+
rev = "bead5b77d80f222c006d1a6c6f44ee8b02021d73";
16+
hash = "sha256-qIl7opF7fA1ZmC91TGQ7D12tB7kHc6Sn9DrfUN6sbBY=";
1717
};
1818

1919
installPhase = ''

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
nix-update-script,
1212
}:
1313

14-
mkHyprlandPlugin hyprland rec {
14+
mkHyprlandPlugin hyprland {
1515
pluginName = "hyprgrass";
16-
version = "0.8.2";
16+
version = "0.8.2-unstable-2024-10-30";
1717

1818
src = fetchFromGitHub {
1919
owner = "horriblename";
2020
repo = "hyprgrass";
21-
rev = "v${version}";
22-
hash = "sha256-0dYMlNYuevQvsd6+imOkic3c6RSssM8WSx1hAepJ/wU=";
21+
rev = "f97b6ac2b7de3bae194b776c388467db2604929f";
22+
hash = "sha256-Jg5Q/v8tcNjopTMbra82y5n9QQdCnrbEFNgT1kA7pQE=";
2323
};
2424

2525
nativeBuildInputs = [

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let
1414
mkHyprlandPlugin,
1515
}:
1616
let
17-
version = "0.44.0";
17+
version = "0.45.0";
1818

1919
hyprland-plugins-src = fetchFromGitHub {
2020
owner = "hyprwm";
2121
repo = "hyprland-plugins";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-/SeOrMuPEOjngI+MBlzqxQ/sJxkJFIYoef+wJ/PmX2w=";
23+
hash = "sha256-hOljwsXpY4Y6guvcr51tWCnXo6c56yaBknnLXk1m3Vk=";
2424
};
2525
in
2626
mkHyprlandPlugin hyprland {

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
mkHyprlandPlugin hyprland {
1111
pluginName = "hyprscroller";
12-
version = "0-unstable-2024-10-10";
12+
version = "0-unstable-2024-11-09";
1313

1414
src = fetchFromGitHub {
1515
owner = "dawsers";
1616
repo = "hyprscroller";
17-
rev = "1a907fd38594ec58a8fe5d68be0dcf2f9e76b0f8";
18-
hash = "sha256-cgwHl2YtqrnS0ThUyycFGYoYozpq7zT9POARrQAoahY=";
17+
rev = "556e01458ba26aa63253ae590a6aa8b2601ecf03";
18+
hash = "sha256-lILkkTNwPxMvfYNpusbakl2BW4lvNUZcIputwAfHHAE=";
1919
};
2020

2121
nativeBuildInputs = [ cmake ];

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
mkHyprlandPlugin hyprland {
1010
pluginName = "hyprspace";
11-
version = "0-unstable-2024-09-16";
11+
version = "0-unstable-2024-11-02";
1212

1313
src = fetchFromGitHub {
1414
owner = "KZDKM";
1515
repo = "hyprspace";
16-
rev = "8f14fa2e10d24742d713f04c278bc7651037b74b";
17-
hash = "sha256-lMIFDORuyMYHtUPrRWU5WjGcS+ZMrR4/wBSO+sgUVSY=";
16+
rev = "260f386075c7f6818033b05466a368d8821cde2d";
17+
hash = "sha256-cwbcYg+rPmvHFFtAEie7nw5IaBidrTYe5XsTlhOyoyQ=";
1818
};
1919

2020
dontUseCmakeConfigure = true;

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
mkHyprlandPlugin hyprland rec {
1010
pluginName = "hyprsplit";
11-
version = "0.44.1";
11+
version = "0.45.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "shezdy";
1515
repo = "hyprsplit";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-l+DQHWPMyUCXbKhbIFVooTKKnCRQ97Ic5smw4VzUcTc=";
17+
hash = "sha256-otDIivy4sMZBN2t9eHVI5PaFacg2Je4U9gBPPcH/Vpo=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)