mob: 4.4.1 -> 4.4.2

This commit is contained in:
R. Ryantm 2023-05-12 10:46:12 +00:00
parent 0a737c52e6
commit 76a75fd2a7

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;