about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2020-02-24 19:11:02 +0300
committerGitHub <noreply@github.com>2020-02-24 19:11:02 +0300
commit5095fbbab830237b495419f137739901312eb2ac (patch)
tree3bd2416aca1fd5c0a9e02dce61d034d281e8dfec /pkgs/applications/networking/instant-messengers
parent76e1d5cf3b8f817e4e43f5b0fcdb951426956c35 (diff)
parent3d3ba53897ef385ade917fa05b1923fc47d80b0f (diff)
downloadnixlib-5095fbbab830237b495419f137739901312eb2ac.tar
nixlib-5095fbbab830237b495419f137739901312eb2ac.tar.gz
nixlib-5095fbbab830237b495419f137739901312eb2ac.tar.bz2
nixlib-5095fbbab830237b495419f137739901312eb2ac.tar.lz
nixlib-5095fbbab830237b495419f137739901312eb2ac.tar.xz
nixlib-5095fbbab830237b495419f137739901312eb2ac.tar.zst
nixlib-5095fbbab830237b495419f137739901312eb2ac.zip
Merge pull request #80534 from emilazy/update-gomuks
gomuks: 2019-06-28 -> 2020-02-19
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/gomuks/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/gomuks/default.nix b/pkgs/applications/networking/instant-messengers/gomuks/default.nix
index 5e6e2f9b8d8d..a36f72c03d08 100644
--- a/pkgs/applications/networking/instant-messengers/gomuks/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gomuks/default.nix
@@ -2,24 +2,24 @@
 
 buildGoModule rec {
   pname = "gomuks";
-  version = "2019-06-28";
+  version = "2020-02-19";
 
   goPackagePath = "maunium.net/go/gomuks";
 
   src = fetchFromGitHub {
     owner = "tulir";
     repo = pname;
-    rev = "37df8eb454088e61db7a14f382851205bc1806ad";
-    sha256 = "1hr15d9sbq6mddaxv3pwz86qp1hhzssgrvakfpc49xl4h04dq33g";
+    rev = "702592bf89dfcf1ec382c0a09d99318bce7a3943";
+    sha256 = "0g638q8ypkp6dbfy1s4hz798cpkld301f914il3yd70yf05vvysc";
   };
 
-  modSha256 = "1qrqgzzsxqvmy4m9shypa94bzw34mc941jhmyccip9grk9fzsxws";
+  modSha256 = "03vbrh50pvx71rp6c23qc2sh0ir4jm1wl0gvi3z1c14ndzhsqky4";
 
   meta = with stdenv.lib; {
     homepage = "https://maunium.net/go/gomuks/";
     description = "A terminal based Matrix client written in Go";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ tilpner ];
+    maintainers = with maintainers; [ tilpner emily ];
     platforms = platforms.unix;
   };
 }