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

mob: 4.4.1 -> 4.4.2
This commit is contained in:
Mario Rodas 2023-05-12 06:56:17 -05:00 committed by GitHub
commit e00a337856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "4.4.1";
version = "4.4.2";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ovp+JsNqFcOMk054khSdvPebFsv/fQD1Ghox8J3YcgA=";
sha256 = "sha256-muKlzOrqtegy35QcGJvwYqIJ9XZsaAvyofsrWPqCi7k=";
};
vendorHash = null;