Skip to content

Commit 7ea3ed4

Browse files
committed
nwg-dock-hyprland: 0.3.3 -> 0.4.0
1 parent cf80298 commit 7ea3ed4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/nw/nwg-dock-hyprland/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,30 @@
44
fetchFromGitHub,
55
pkg-config,
66
wrapGAppsHook3,
7+
gobject-introspection,
78
gtk-layer-shell,
89
}:
910

1011
buildGoModule 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
];

0 commit comments

Comments
 (0)