nwg-dock-hyprland: 0.2.2 -> 0.3.2

Diff:
https://github.com/nwg-piotr/nwg-dock-hyprland/compare/v0.2.2...v0.3.2
This commit is contained in:
aleksana 2024-11-07 13:40:56 +08:00
parent f644364e7f
commit 5214dfb681

View File

@ -1,27 +1,35 @@
{ lib {
, buildGoModule lib,
, fetchFromGitHub buildGoModule,
, pkg-config fetchFromGitHub,
, wrapGAppsHook3 pkg-config,
, gtk-layer-shell wrapGAppsHook3,
gtk-layer-shell,
}: }:
buildGoModule rec { buildGoModule rec {
pname = "nwg-dock-hyprland"; pname = "nwg-dock-hyprland";
version = "0.2.2"; version = "0.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nwg-piotr"; owner = "nwg-piotr";
repo = "nwg-dock-hyprland"; repo = "nwg-dock-hyprland";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-iamDOQcQJRdFVnwffWPIXHlY0J4orfrEbfLzaoeV+KM="; hash = "sha256-Vp8JmRQf71vezdknzifxlK7zTlorwiEHsyXpmy6mxIE=";
}; };
vendorHash = "sha256-cZ5w7B8bi0faOVWoQ6eeW5ejCZJgnNB91DQalC75mPo="; vendorHash = "sha256-RBU0l4YRtV5JPH1dLT+lZ05jmxRwyn3glMUKHw1Eg8g=";
ldflags = [ "-s" "-w" ]; ldflags = [
"-s"
"-w"
];
nativeBuildInputs = [
pkg-config
wrapGAppsHook3
];
nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
buildInputs = [ gtk-layer-shell ]; buildInputs = [ gtk-layer-shell ];
postInstall = '' postInstall = ''