about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-29 12:23:53 +0000
committerGitHub <noreply@github.com>2021-01-29 12:23:53 +0000
commit5953c2bc948f686d9fec26ae9e265bc76fdc937f (patch)
treea5afebe48ea223cbd07260ca4c865797ba69a117 /pkgs/applications/editors
parent379bc872f9cd332522d4b39bc9f82d8535435c00 (diff)
parente32327fde72619f1364a3e0423cc8285a83df0d0 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/gobby/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix
index 0e2671846c067..a78692ebf765a 100644
--- a/pkgs/applications/editors/gobby/default.nix
+++ b/pkgs/applications/editors/gobby/default.nix
@@ -5,12 +5,14 @@
 let
   libinf = libinfinity.override { gtkWidgets = true; inherit avahiSupport; };
 in stdenv.mkDerivation {
-  name = "gobby-unstable-2018-04-03";
+  pname = "gobby";
+  version = "unstable-2020-12-29";
+
   src = fetchFromGitHub {
     owner = "gobby";
     repo = "gobby";
-    rev = "ea4df27c9b6b885434797b0071ce198b23f9f63b";
-    sha256 = "0q7lq64yn16lxvj4jphs8y9194h0xppj8k7y9x8b276krraak2az";
+    rev = "49bfd3c3aa82e6fe9b3d59c3455d7eb4b77379fc";
+    sha256 = "1p2f2rid7c0b9gvmywl3r37sxx57wv3r1rxvs1rwihmf9rkqnfxg";
   };
 
   nativeBuildInputs = [ autoconf automake pkg-config intltool itstool yelp-tools wrapGAppsHook ];