File tree Expand file tree Collapse file tree 11 files changed +40
-32
lines changed
applications/window-managers/hyprwm/hyprland-plugins Expand file tree Collapse file tree 11 files changed +40
-32
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 callPackage ,
44 pkg-config ,
5- stdenv ,
6- hyprland ,
75} :
86let
97 mkHyprlandPlugin =
108 hyprland :
119 args @{ pluginName , ... } :
12- stdenv . mkDerivation (
10+ hyprland . stdenv . mkDerivation (
1311 args
1412 // {
1513 pname = "${ pluginName } " ;
Original file line number Diff line number Diff line change 33 mkHyprlandPlugin ,
44 fetchFromGitHub ,
55 hyprland ,
6- unstableGitUpdater ,
6+ nix-update-script ,
77} :
88
99mkHyprlandPlugin hyprland {
1010 pluginName = "hypr-dynamic-cursors" ;
11- version = "0-unstable-2024-11-19 " ;
11+ version = "0-unstable-2024-12-14 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "VirtCode" ;
1515 repo = "hypr-dynamic-cursors" ;
16- rev = "81f4b964f997a3174596ef22c7a1dee8a5f616c7 " ;
17- hash = "sha256-3SDwq2i2QW9nu7HBCPuDtLmrwLt2kajzImBsawKRZ+s =" ;
16+ rev = "f0cef070c531e3a3a1f713b7062bded357b4c468 " ;
17+ hash = "sha256-XFQqJWxo6xUqLpAKqc0bHg1pZ21eFQ1HueDTxw7N6r8 =" ;
1818 } ;
1919
2020 dontUseCmakeConfigure = true ;
@@ -28,7 +28,7 @@ mkHyprlandPlugin hyprland {
2828 runHook postInstall
2929 '' ;
3030
31- passthru . updateScript = unstableGitUpdater { } ;
31+ passthru . updateScript = nix-update-script { extraArgs = [ "--version=branch" ] ; } ;
3232
3333 meta = {
3434 description = "Plugin to make your Hyprland cursor more realistic" ;
Original file line number Diff line number Diff line change 33 mkHyprlandPlugin ,
44 hyprland ,
55 fetchFromGitHub ,
6+ nix-update-script ,
67} :
78
89mkHyprlandPlugin hyprland {
@@ -25,6 +26,7 @@ mkHyprlandPlugin hyprland {
2526 runHook postInstall
2627 '' ;
2728
29+ passthru . updateScript = nix-update-script { extraArgs = [ "--version=branch" ] ; } ;
2830 meta = {
2931 homepage = "https://github.com/pyt0xic/hyprfocus" ;
3032 description = "Focus animation plugin for Hyprland inspired by Flashfocus" ;
Original file line number Diff line number Diff line change 1313
1414mkHyprlandPlugin hyprland {
1515 pluginName = "hyprgrass" ;
16- version = "0.8.2-unstable-2024-10-30 " ;
16+ version = "0.8.2-unstable-2024-12-13 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "horriblename" ;
2020 repo = "hyprgrass" ;
21- rev = "f97b6ac2b7de3bae194b776c388467db2604929f " ;
22- hash = "sha256-Jg5Q/v8tcNjopTMbra82y5n9QQdCnrbEFNgT1kA7pQE =" ;
21+ rev = "dc19ccb209147312a4f60d76193b995c2634e756 " ;
22+ hash = "sha256-3ALmrImk37KT+UHt1EMi6PAHyj8WhL9Xw/Ar/ys4rtk =" ;
2323 } ;
2424
2525 nativeBuildInputs = [
Original file line number Diff line number Diff line change 1414 mkHyprlandPlugin ,
1515 } :
1616 let
17- version = "0.45 .0" ;
17+ version = "0.46 .0" ;
1818
1919 hyprland-plugins-src = fetchFromGitHub {
2020 owner = "hyprwm" ;
2121 repo = "hyprland-plugins" ;
2222 rev = "refs/tags/v${ version } " ;
23- hash = "sha256-hOljwsXpY4Y6guvcr51tWCnXo6c56yaBknnLXk1m3Vk =" ;
23+ hash = "sha256-Q9bXV9d6xqxr8V1UKmmmHdCgky3I4n2hk1TDxZ/pBto =" ;
2424 } ;
2525 in
2626 mkHyprlandPlugin hyprland {
Original file line number Diff line number Diff line change 44 hyprland ,
55 cmake ,
66 fetchFromGitHub ,
7- unstableGitUpdater ,
7+ nix-update-script ,
88} :
99
1010mkHyprlandPlugin hyprland {
1111 pluginName = "hyprscroller" ;
12- version = "0-unstable-2024-11-29 " ;
12+ version = "0-unstable-2024-12-17 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "dawsers" ;
1616 repo = "hyprscroller" ;
17- rev = "50a87a8a7dc56494a5b71e95182ef4b907d71448 " ;
18- hash = "sha256-4Gzj0HWovu0hzzw+2zEXne7vDmP6yIK2GmtURB1EZxQ =" ;
17+ rev = "9dc46c3c98e875a8f3b2a118ef3859a3c714c887 " ;
18+ hash = "sha256-CifZc4Ev+CG4qHHOH6e6NLBLQNbFVn4gZEFNCX8e0QQ =" ;
1919 } ;
2020
2121 nativeBuildInputs = [ cmake ] ;
@@ -29,7 +29,7 @@ mkHyprlandPlugin hyprland {
2929 runHook postInstall
3030 '' ;
3131
32- passthru . updateScript = unstableGitUpdater { } ;
32+ passthru . updateScript = nix-update-script { extraArgs = [ "--version=branch" ] ; } ;
3333
3434 meta = {
3535 homepage = "https://github.com/dawsers/hyprscroller" ;
Original file line number Diff line number Diff line change 33 fetchFromGitHub ,
44 hyprland ,
55 mkHyprlandPlugin ,
6- unstableGitUpdater ,
6+ nix-update-script ,
77} :
88
99mkHyprlandPlugin hyprland {
1010 pluginName = "hyprspace" ;
11- version = "0-unstable-2024-11-02 " ;
11+ version = "0-unstable-2024-12-08 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "KZDKM" ;
1515 repo = "hyprspace" ;
16- rev = "260f386075c7f6818033b05466a368d8821cde2d " ;
17- hash = "sha256-cwbcYg+rPmvHFFtAEie7nw5IaBidrTYe5XsTlhOyoyQ =" ;
16+ rev = "e2d561c933cd085d68bf0b39c4f78870ad0abbc2 " ;
17+ hash = "sha256-YiLUDw14NaavML8y9rxXxO7q+j3b/ghQhBmIy0+/Zmk =" ;
1818 } ;
1919
2020 dontUseCmakeConfigure = true ;
@@ -28,7 +28,7 @@ mkHyprlandPlugin hyprland {
2828 runHook postInstall
2929 '' ;
3030
31- passthru . updateScript = unstableGitUpdater { } ;
31+ passthru . updateScript = nix-update-script { extraArgs = [ "--version=branch" ] ; } ;
3232
3333 meta = {
3434 homepage = "https://github.com/KZDKM/Hyprspace" ;
Original file line number Diff line number Diff line change 55 hyprland ,
66 ninja ,
77 mkHyprlandPlugin ,
8+ nix-update-script ,
89} :
910mkHyprlandPlugin hyprland rec {
1011 pluginName = "hyprsplit" ;
11- version = "0.45 .0" ;
12+ version = "0.46 .0" ;
1213
1314 src = fetchFromGitHub {
1415 owner = "shezdy" ;
1516 repo = "hyprsplit" ;
1617 rev = "refs/tags/v${ version } " ;
17- hash = "sha256-otDIivy4sMZBN2t9eHVI5PaFacg2Je4U9gBPPcH/Vpo =" ;
18+ hash = "sha256-R/aLxJTLUi3bYQu38vVosTDPrFHAYwz4n34JbO1PPm0 =" ;
1819 } ;
1920
2021 nativeBuildInputs = [
2122 meson
2223 ninja
2324 ] ;
2425
26+ passthru . updateScript = nix-update-script { } ;
27+
2528 meta = {
2629 homepage = "https://github.com/shezdy/hyprsplit" ;
2730 description = "Hyprland plugin for awesome / dwm like workspaces" ;
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
5252 license = lib . licenses . lgpl3Only ;
5353 platforms = lib . platforms . all ;
5454 maintainers = with lib . maintainers ; [
55+ fufexan
5556 khaneliman
5657 ] ;
5758 } ;
Original file line number Diff line number Diff line change 11{
2- "branch" : " v0.45.2 -b" ,
3- "commit_hash" : " 12f9a0d0b93f691d4d9923716557154d74777b0a " ,
4- "commit_message" : " [gha] Nix: update inputs " ,
5- "date" : " 2024-11-19 " ,
6- "tag" : " v0.45.2 "
2+ "branch" : " v0.46.1 -b" ,
3+ "commit_hash" : " 254fc2bc6000075f660b4b8ed818a6af544d1d64 " ,
4+ "commit_message" : " version: bump to 0.46.1 " ,
5+ "date" : " 2024-12-17 " ,
6+ "tag" : " v0.46.1 "
77}
You can’t perform that action at this time.
0 commit comments