summary refs log tree commit diff
path: root/pkgs/tools/misc/upower-notify/deps.nix
blob: 8a729857b8191b2cdafe3a48c9149b3119f16403 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "github.com/godbus/dbus";
    fetch = {
      type = "git";
      url = "https://github.com/godbus/dbus";
      rev = "32c6cc29c14570de4cf6d7e7737d68fb2d01ad15";
      sha256 = "0v401f761l88yapiaw23pxvxviqrwl2r2vfd6lq02044i7x4i5r3";
    };
  }
]