mob: 4.0.0 -> 4.1.1

This commit is contained in:
R. Ryantm 2022-12-10 15:58:01 +00:00
parent c2e9f0550a
commit 1cda9f6e11

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "4.0.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-c6Feex0FGxxOWBEHxe0GqPHv65EwMMdxIeehZUGbl0Q=";
sha256 = "sha256-P3OxqJNhzO/aPC4Nj3vvBy5cxaahQv0IsjlIKya0p1w=";
};
vendorSha256 = null;