Merge pull request #284682 from r-ryantm/auto-update/nwg-bar

nwg-bar: 0.1.5 -> 0.1.6
This commit is contained in:
Nick Cao
2024-01-29 08:47:38 -05:00
committed by GitHub
+3 -3
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "nwg-bar";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e64qCthZfGeFIe/g4Bu342d/C46qzJRBdxzzP6rM408=";
sha256 = "sha256-5N+WKZ+fuHQ0lVLd95/KkNAwzg/C4ImZ4DnSuKNGunk=";
};
patches = [ ./fix-paths.patch ];
@@ -24,7 +24,7 @@ buildGoModule rec {
substituteInPlace tools.go --subst-var out
'';
vendorHash = "sha256-YMpq9pgA3KjQMcw7JDwEDbHZ5h3N7ziFVIGvQ+xA3Ds=";
vendorHash = "sha256-/kqhZcIuoN/XA0i1ua3lzVGn4ghkekFYScL1o3kgBX4=";
nativeBuildInputs = [ pkg-config wrapGAppsHook ];