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

mob: 2.2.1 -> 2.3.0
This commit is contained in:
Renaud 2022-02-25 12:19:47 +01:00 committed by GitHub
commit 1cf957f89c
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.2.1";
version = "2.3.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-1yE3KFGY51m6OL4LYrz+BSCHQSnbQRSpB3EUqAzSr+M=";
sha256 = "sha256-vrs8PHKZMQO9AAvvbs8Hfg9Mq3j9LgAwocnaPEPddw8=";
};
nativeBuildInputs = [