File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/by-name/nw/nwg-dock-hyprland Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55 pkg-config ,
66 wrapGAppsHook3 ,
7+ gobject-introspection ,
78 gtk-layer-shell ,
89} :
910
1011buildGoModule rec {
1112 pname = "nwg-dock-hyprland" ;
12- version = "0.3.3 " ;
13+ version = "0.4.0 " ;
1314
1415 src = fetchFromGitHub {
1516 owner = "nwg-piotr" ;
1617 repo = "nwg-dock-hyprland" ;
1718 rev = "refs/tags/v${ version } " ;
18- hash = "sha256-pSkA4N/scVZgRQ2NL8iUUq7DmAhXVNS2o4lqDZDELE0 =" ;
19+ hash = "sha256-IKdXH2UK2CBZTHY8c9eN6JSbqsF4OpIHYH14XEKyrM0 =" ;
1920 } ;
2021
21- vendorHash = "sha256-FBuk6qNfJ7mVzKoD6Q/O8zo+AfAPUyXExlLu5uGbHBk =" ;
22+ vendorHash = "sha256-ZUk3Pust9+Ei7s4ArNtTqBIWhxlzFjXcmDePBUYCaEU =" ;
2223
2324 ldflags = [
2425 "-s"
2526 "-w"
2627 ] ;
2728
2829 nativeBuildInputs = [
30+ gobject-introspection
2931 pkg-config
3032 wrapGAppsHook3
3133 ] ;
You can’t perform that action at this time.
0 commit comments