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

mob: 4.4.3 -> 4.4.5
This commit is contained in:
figsoda 2023-06-27 20:10:07 -04:00 committed by GitHub
commit da0a385a5e
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.3";
version = "4.4.5";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XWXoY/e/xceO3sOGvA2hrdvbdb8nomMg7AGUW090I74=";
sha256 = "sha256-/Kr5K0QkjARWKR8YhDsOQ2CoUzUu5LWUq6smhB0yDCM=";
};
vendorHash = null;