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

mob: 3.1.5 -> 3.2.0
This commit is contained in:
Jonas Heinrich 2022-09-16 10:41:12 +02:00 committed by GitHub
commit 4cf0dd919b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "3.1.5";
version = "3.2.0";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FnAocL4Lbg/WxvLJuNR8FDBXvxqD2RMkkRvaCKvka8A=";
sha256 = "sha256-qr6F98OVI+K0V59YH35GERiC9jgxp/YJm4N4EGvDotk=";
};
vendorSha256 = null;