summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/ideogram
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-20 05:45:29 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-21 08:36:21 -0500
commit2c15a5f1b831d18e0c31d390dbb3768bcf748e16 (patch)
tree5c968b4bc378072af5291023d6450c2413debf41 /pkgs/applications/graphics/ideogram
parent9ba0dea2e2b585de503a0a53e929e0600db7c072 (diff)
ideogram: 1.2.2 -> 1.3.0
Diffstat (limited to 'pkgs/applications/graphics/ideogram')
-rw-r--r--pkgs/applications/graphics/ideogram/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix
index 61b45ce16032..36afe8dd3e00 100644
--- a/pkgs/applications/graphics/ideogram/default.nix
+++ b/pkgs/applications/graphics/ideogram/default.nix
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "ideogram";
- version = "1.2.2";
+ version = "1.3.0";
src = fetchFromGitHub {
owner = "cassidyjames";
repo = pname;
rev = version;
- sha256 = "1qakgg3y4n2vcnykk2004ndvwmjbk2yy0p4j30mlb7p14dxscif6";
+ sha256 = "0ghc7hk4b4r3a0x9r30rrgv3rarxyjr2hf9ig244xwvhh5rn3j10";
};
nativeBuildInputs = [
@@ -45,14 +45,6 @@ stdenv.mkDerivation rec {
xorg.libXtst
];
- patches = [
- # See: https://github.com/cassidyjames/ideogram/issues/26
- (fetchpatch {
- url = "https://github.com/cassidyjames/ideogram/commit/65994ee11bd21f8316b057cec01afbf50639a708.patch";
- sha256 = "12vrvvggpqq53dmhbm7gbbbigncn19m1fjln9wxaady21m0w776c";
- })
- ];
-
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py