about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-01 11:55:01 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-02-01 12:50:41 +0100
commitc90bed57e37713f469289665fdd7107d9a67beb3 (patch)
treea20639ab2f972600846864ec7919381e738ded34 /pkgs/applications/editors
parent2e29d7105d56a52b144301d77697470cfed723ac (diff)
downloadnixlib-c90bed57e37713f469289665fdd7107d9a67beb3.tar
nixlib-c90bed57e37713f469289665fdd7107d9a67beb3.tar.gz
nixlib-c90bed57e37713f469289665fdd7107d9a67beb3.tar.bz2
nixlib-c90bed57e37713f469289665fdd7107d9a67beb3.tar.lz
nixlib-c90bed57e37713f469289665fdd7107d9a67beb3.tar.xz
nixlib-c90bed57e37713f469289665fdd7107d9a67beb3.tar.zst
nixlib-c90bed57e37713f469289665fdd7107d9a67beb3.zip
gobby: unstable-2020-12-29 -> 0.6.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/gobby/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix
index a78692ebf765..27047f8e95a8 100644
--- a/pkgs/applications/editors/gobby/default.nix
+++ b/pkgs/applications/editors/gobby/default.nix
@@ -4,15 +4,15 @@
 
 let
   libinf = libinfinity.override { gtkWidgets = true; inherit avahiSupport; };
-in stdenv.mkDerivation {
+in stdenv.mkDerivation rec {
   pname = "gobby";
-  version = "unstable-2020-12-29";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "gobby";
     repo = "gobby";
-    rev = "49bfd3c3aa82e6fe9b3d59c3455d7eb4b77379fc";
-    sha256 = "1p2f2rid7c0b9gvmywl3r37sxx57wv3r1rxvs1rwihmf9rkqnfxg";
+    rev = "v${version}";
+    sha256 = "06cbc2y4xkw89jaa0ayhgh7fxr5p2nv3jjs8h2xcbbbgwaw08lk0";
   };
 
   nativeBuildInputs = [ autoconf automake pkg-config intltool itstool yelp-tools wrapGAppsHook ];