Merge pull request #149388 from r-ryantm/auto-update/mob

mob: 2.0.0 -> 2.1.0
This commit is contained in:
Ryan Mulligan
2021-12-07 08:50:37 -08:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "mob";
version = "2.0.0";
version = "2.1.0";
goPackagePath = "github.com/remotemobprogramming/mob";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-sSeXL+eHroxDr+91rwmUJ+WwDgefZgJBRTxy4wo6DDM=";
sha256 = "sha256-K8ID8cetzCaMc/PVRNMyIhrshtEUiD6U/jI4e0TcOO4=";
};
meta = with lib; {