about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/gotktrix
diff options
context:
space:
mode:
authorChuang Zhu <git@chuang.cz>2023-04-28 13:43:23 +0800
committerChuang Zhu <git@chuang.cz>2023-04-28 13:43:23 +0800
commit323a7261632e64241ce0e7a5478a0157566aca1b (patch)
tree9dfd9e6faa80413d41562bcd29c900421e3cb7e3 /pkgs/applications/networking/instant-messengers/gotktrix
parentabe7316dd51a313ce528972b104f4f04f56eefc4 (diff)
gotktrix: unstable-2022-09-29 -> unstable-2023-04-05
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/gotktrix')
-rw-r--r--pkgs/applications/networking/instant-messengers/gotktrix/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/gotktrix/default.nix b/pkgs/applications/networking/instant-messengers/gotktrix/default.nix
index edcac90628481..e71d5c020fe6e 100644
--- a/pkgs/applications/networking/instant-messengers/gotktrix/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gotktrix/default.nix
@@ -5,21 +5,20 @@
 , glib
 , gobject-introspection
 , pkg-config
-, go
 }:
 
 buildGoModule rec {
   pname = "gotktrix";
-  version = "unstable-2022-09-29";
+  version = "unstable-2023-04-05";
 
   src = fetchFromGitHub {
     owner = "diamondburned";
     repo = pname;
-    rev = "3d9e8ac4810f7cb9d9ead7b4b13ffa6f5da8927f"; # compound
-    sha256 = "sha256-VIV4vSntu3oCIE23f5fiYj8cxcKY1n4M4Xkf0MGhvxI=";
+    rev = "a8f876a383cc34dac18edddbe22be2dd494b8d0c"; # compound
+    hash = "sha256-BuiA9UajdMhSrEfaXdu5DZlVhC4GVUdUpQDLMvKGrEk=";
   };
 
-  vendorSha256 = "sha256-R55tfTJL/bgNWTgmuBFRxIQleKS9zeDqvfez2VyzqjI=";
+  vendorHash = "sha256-oo/j6i7slXILqyvj/EHojsyCZzJMGd10PTZaLvI1xoc=";
 
   buildInputs = [
     gtk4