grobi: 0.5.1 -> 0.6.0
This commit is contained in:
parent
0500296dc2
commit
6f0a715ad2
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildGoPackage }:
|
{ stdenv, fetchFromGitHub, buildGoModule }:
|
||||||
|
|
||||||
buildGoPackage {
|
buildGoModule rec {
|
||||||
version = "0.5.1";
|
version = "0.6.0";
|
||||||
pname = "grobi";
|
pname = "grobi";
|
||||||
|
|
||||||
goPackagePath = "github.com/fd0/grobi";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "5ddc167b9e4f84755a515828360abda15c54b7de";
|
rev = "v${version}";
|
||||||
owner = "fd0";
|
owner = "fd0";
|
||||||
repo = "grobi";
|
repo = "grobi";
|
||||||
sha256 = "0iyxidq60pf6ki52f8fffplf10nl8w9jx1b7igg98csnc6iqxh89";
|
sha256 = "032lvnl2qq9258y6q1p60lfi7qir68zgq8zyh4khszd3wdih7y3s";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "1ibwx5rbxkygfx78j3g364dmbwwa5b34qmzq3sqcbrsnv8rzrwvj";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/fd0/grobi";
|
homepage = "https://github.com/fd0/grobi";
|
||||||
description = "Automatically configure monitors/outputs for Xorg via RANDR";
|
description = "Automatically configure monitors/outputs for Xorg via RANDR";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user