about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-12-07 08:50:37 -0800
committerGitHub <noreply@github.com>2021-12-07 08:50:37 -0800
commit62545526a9f416bcaa4c342f0744f9ea8aa77d97 (patch)
treedadc5ef926136c6a66a9db0aa59b465691c1a130 /pkgs/applications/misc
parent673ad7eb36ddbc2e2e150aae1d3b7d7778090e92 (diff)
parent15c946fadafdd50746f223f6a87e42869b49c760 (diff)
Merge pull request #149388 from r-ryantm/auto-update/mob
mob: 2.0.0 -> 2.1.0
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/mob/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/mob/default.nix b/pkgs/applications/misc/mob/default.nix
index f558e520da867..eaa20b5e7e26c 100644
--- a/pkgs/applications/misc/mob/default.nix
+++ b/pkgs/applications/misc/mob/default.nix
@@ -2,14 +2,14 @@
 
 buildGoPackage rec {
   pname = "mob";
-  version = "2.0.0";
+  version = "2.1.0";
   goPackagePath = "github.com/remotemobprogramming/mob";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "remotemobprogramming";
     repo = pname;
-    sha256 = "sha256-sSeXL+eHroxDr+91rwmUJ+WwDgefZgJBRTxy4wo6DDM=";
+    sha256 = "sha256-K8ID8cetzCaMc/PVRNMyIhrshtEUiD6U/jI4e0TcOO4=";
   };
 
   meta = with lib; {