mob: 4.4.0 -> 4.4.1

This commit is contained in:
R. Ryantm 2023-05-06 03:34:13 +00:00
parent 08ba5ce824
commit 6c3a1e2710

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "4.4.0";
version = "4.4.1";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-g2l/XeSyFem2Xi/lVgfbWW+nWHxAcQV/v+2AIqB0apM=";
sha256 = "sha256-Ovp+JsNqFcOMk054khSdvPebFsv/fQD1Ghox8J3YcgA=";
};
vendorHash = null;