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

mob: 2.5.0 -> 2.6.0
This commit is contained in:
Bobby Rong 2022-03-07 13:49:13 +08:00 committed by GitHub
commit 5e70bfb610
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.5.0";
version = "2.6.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "remotemobprogramming";
repo = pname;
sha256 = "sha256-NXctu5gg0QfiTZ7osQ0yzETabGDuEeTVZBPFyLeNq8k=";
sha256 = "sha256-GJ4V4GQRUoXelk0ksHPoFL4iB1W7pe2UydK2AhYjysg=";
};
nativeBuildInputs = [