From 6a2df77563de3869bd0b6b8efdbea33ff8750340 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 25 Jun 2018 13:21:36 -0400 Subject: [PATCH 1/2] typora: XDG_RUNTIME_DIR doesn't need to be set --- pkgs/applications/editors/typora/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix index efde7242793d..d07b1ba0ae51 100644 --- a/pkgs/applications/editors/typora/default.nix +++ b/pkgs/applications/editors/typora/default.nix @@ -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 From 653e63ac4eee9abd3b00ccaec2807cdbbfe18dac Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 25 Jun 2018 20:22:20 -0400 Subject: [PATCH 2/2] typora: 0.9.48 -> 0.9.53 --- pkgs/applications/editors/typora/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/typora/default.nix b/pkgs/applications/editors/typora/default.nix index d07b1ba0ae51..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"; } ;