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

mob: 1.8.0 -> 1.9.0

authored by

Ryan Mulligan and committed by
GitHub
41282f0d 232f6432

+2 -2
+2 -2
pkgs/applications/misc/mob/default.nix
··· 2 3 buildGoPackage rec { 4 pname = "mob"; 5 - version = "1.8.0"; 6 goPackagePath = "github.com/remotemobprogramming/mob"; 7 8 src = fetchFromGitHub { 9 rev = "v${version}"; 10 owner = "remotemobprogramming"; 11 repo = pname; 12 - sha256 = "sha256-GA+MmZU1KEg3HIU225Llr5W4dHGFGiMr/j0N/CslBC4="; 13 }; 14 15 meta = with lib; {
··· 2 3 buildGoPackage rec { 4 pname = "mob"; 5 + version = "1.9.0"; 6 goPackagePath = "github.com/remotemobprogramming/mob"; 7 8 src = fetchFromGitHub { 9 rev = "v${version}"; 10 owner = "remotemobprogramming"; 11 repo = pname; 12 + sha256 = "sha256-PvFECy5wgpdOdToeYsW+NiVC2LXkBCMBorIl8m++Lic="; 13 }; 14 15 meta = with lib; {