We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a448f5c commit 933f4a1Copy full SHA for 933f4a1
pkgs/by-name/nw/nwg-dock-hyprland/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "nwg-dock-hyprland";
13
- version = "0.4.2";
+ version = "0.4.3";
14
15
src = fetchFromGitHub {
16
owner = "nwg-piotr";
17
repo = "nwg-dock-hyprland";
18
tag = "v${version}";
19
- hash = "sha256-MujQMrqyxKl32cIzy7JHDeUIDEqDzFp6mr7pM3y9xng=";
+ hash = "sha256-l2JB+CmdQg/bDXneJ+rjv4z6xjB+BERh0rLZFETCMtE=";
20
};
21
22
- vendorHash = "sha256-cAfKmcBf2hu3eP6a4ELEeNyPOYXi3chLkbHKFks14I0=";
+ vendorHash = "sha256-3ubDvtl/FvVyoRMRNBhwCoIJkJNFvlrWue+cNNGe5eI=";
23
24
ldflags = [
25
"-s"
0 commit comments