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

mob: 4.4.2 -> 4.4.3
This commit is contained in:
figsoda 2023-06-04 09:44:14 -04:00 committed by GitHub
commit 5c73c4d06b
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.2";
version = "4.4.3";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-muKlzOrqtegy35QcGJvwYqIJ9XZsaAvyofsrWPqCi7k=";
sha256 = "sha256-XWXoY/e/xceO3sOGvA2hrdvbdb8nomMg7AGUW090I74=";
};
vendorHash = null;