Unverified Commit 57e918e2 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

Merge pull request #318266 from katexochen/xmonad-log/mod

xmonad-log: 0.1.0 -> 0.1.0-unstable-2024-06-14 
parents 2b85f003 fa547edc
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
{ lib, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub }:

buildGoPackage rec {
buildGoModule {
  pname = "xmonad-log";
  version = "0.1.0";

  goPackagePath = "github.com/xintron/xmonad-log";
  version = "0.1.0-unstable-2024-06-14";

  src = fetchFromGitHub {
    owner = "xintron";
    repo = "xmonad-log";
    rev = version;
    sha256 = "1il6v0zcjw0pfb1hjj198y94jmlcx255h422ph0f1zr7afqkzmaw";
    rev = "70c76d59c22cf5f412467cd42fa9ff34eeb2bd1b";
    sha256 = "sha256-hDYb3mSX2+FX/2uazCKPXmNj0avDlutwSMjST7wLBVY=";
  };

  goDeps = ./deps.nix;
  vendorHash = "sha256-58zK6t3rb+19ilaQaNgsMVFQBYKPIV40ww8klrGbpnw=";
  proxyVendor = true;

  meta = with lib; {
    description = "xmonad DBus monitoring solution";
+0 −12
Original line number Diff line number Diff line
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
  {
    goPackagePath = "github.com/godbus/dbus";
    fetch = {
      type = "git";
      url = "https://github.com/godbus/dbus";
      rev = "a389bdde4dd695d414e47b755e95e72b7826432c";
      sha256 = "1ckvg15zdsgmbn4mi36cazkb407ixc9mmyf7vwj8b8wi3d00rgn9";
    };
  }
]
+0 −2
Original line number Diff line number Diff line
@@ -35578,8 +35578,6 @@ with pkgs;
  xmobar = haskellPackages.xmobar.bin;
  xmonad-log = callPackage ../tools/misc/xmonad-log { };
  xmonad-with-packages = callPackage ../applications/window-managers/xmonad/wrapper.nix {
    inherit (haskellPackages) ghcWithPackages;
    packages = _: [ haskellPackages.xmonad-contrib ];