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

mob: 2.1.0 -> 2.2.0
This commit is contained in:
legendofmiracles 2022-01-11 17:12:09 -06:00 committed by GitHub
commit 5d3d925d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGoPackage rec {
pname = "mob";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-K8ID8cetzCaMc/PVRNMyIhrshtEUiD6U/jI4e0TcOO4=";
sha256 = "sha256-nf0FSaUi8qX1f4Luo0cP4ZLoOKbyvgmpilMOWXbzzIM=";
};
nativeBuildInputs = [