about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-28 22:29:44 -0400
committerGitHub <noreply@github.com>2018-06-28 22:29:44 -0400
commitf87acb8ee0275c8cb0e0e62ceee6f273256ba410 (patch)
tree43f64fba7fe3e2d7ec5b55b3025863617d9b4c1e /pkgs/applications/editors
parentc29df030b2cae3481e0f962da98fca463e3d8065 (diff)
parent653e63ac4eee9abd3b00ccaec2807cdbbfe18dac (diff)
downloadnixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.tar
nixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.tar.gz
nixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.tar.bz2
nixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.tar.lz
nixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.tar.xz
nixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.tar.zst
nixlib-f87acb8ee0275c8cb0e0e62ceee6f273256ba410.zip
Merge pull request #42597 from worldofpeace/typora-xdg-fix
typora: don't set XDG_RUNTIME_DIR
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/typora/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix
index efde7242793d..082bc2a2536c 100644
--- a/pkgs/applications/editors/typora/default.nix
+++ b/pkgs/applications/editors/typora/default.nix
@@ -3,18 +3,18 @@
 
 stdenv.mkDerivation rec {
   name = "typora-${version}";
-  version = "0.9.48";
+  version = "0.9.53";
 
   src =
     if stdenv.system == "x86_64-linux" then
       fetchurl {
         url = "https://www.typora.io/linux/typora_${version}_amd64.deb";
-        sha256 = "36a7c5f855306bcbe3364d12aca94c2f6d013a013e59b46f89df81496ec11800";
+        sha256 = "02k6x30l4mbjragqbq5rn663xbw3h4bxzgppfxqf5lwydswldklb";
       }
     else
       fetchurl {
         url = "https://www.typora.io/linux/typora_${version}_i386.deb";
-        sha256 = "7197c526918a791b15b701846f9f2f1747a5b8ceac77c4cba691ee6d74d07d1d";
+        sha256 = "1wyq1ri0wwdy7slbd9dwyrdynsaa644x44c815jl787sg4nhas6y";
       }
     ;
 
@@ -80,7 +80,6 @@ stdenv.mkDerivation rec {
     wrapProgram $out/bin/typora \
       "''${gappsWrapperArgs[@]}" \
       --suffix XDG_DATA_DIRS : "${gtk3}/share/gsettings-schemas/${gtk3.name}/" \
-      --set XDG_RUNTIME_DIR "XDG-RUNTIME-DIR" \
       --prefix XDG_DATA_DIRS : "${gnome3.defaultIconTheme}/share"
 
     # Fix the desktop link