Merge pull request #111779 from r-ryantm/auto-update/mob
mob: 1.1.0 -> 1.2.0
This commit is contained in:
commit
3dbaa79ca3
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "mob";
|
pname = "mob";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
goPackagePath = "github.com/remotemobprogramming/mob";
|
goPackagePath = "github.com/remotemobprogramming/mob";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "remotemobprogramming";
|
owner = "remotemobprogramming";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
sha256 = "sha256-C63tGMd+kGQc99k7L8SKlijlEBaBCiksAghsg6WC8Bw=";
|
sha256 = "sha256-hBzSf3UUW2FUp1jG1sPt7vN1iDybdMox/h6xHVrM7DY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue