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

mob: 2.3.0 -> 2.5.0
This commit is contained in:
Ryan Mulligan 2022-02-27 06:18:18 -08:00 committed by GitHub
commit 4ef4a061ba
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.3.0";
version = "2.5.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-vrs8PHKZMQO9AAvvbs8Hfg9Mq3j9LgAwocnaPEPddw8=";
sha256 = "sha256-NXctu5gg0QfiTZ7osQ0yzETabGDuEeTVZBPFyLeNq8k=";
};
nativeBuildInputs = [