Commit c8186680 authored by Paul Meyer's avatar Paul Meyer
Browse files

xmonad-log: 0.1.0 -> 0.1.0-unstable-2024-06-14

parent d6261b6f
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";
    };
  }
]