summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorxzfc <xzfc@users.noreply.github.com>2018-10-29 18:00:34 +0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-29 12:00:34 +0100
commitb489c57f35905c309217b46adcb5e8747e6b1fb8 (patch)
treefa00ff22745ecc01199af513c1056771f4ec9ab7 /pkgs/applications/graphics
parent0c5d9e5c5261ef66da47579d1f99747502a57843 (diff)
downloadnixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.tar
nixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.tar.gz
nixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.tar.bz2
nixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.tar.lz
nixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.tar.xz
nixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.tar.zst
nixlib-b489c57f35905c309217b46adcb5e8747e6b1fb8.zip
ahoviewer: 1.5.0 -> 1.6.4 (#49307)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ahoviewer/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/applications/graphics/ahoviewer/default.nix b/pkgs/applications/graphics/ahoviewer/default.nix
index 532645803808..52df41c683cd 100644
--- a/pkgs/applications/graphics/ahoviewer/default.nix
+++ b/pkgs/applications/graphics/ahoviewer/default.nix
@@ -8,13 +8,13 @@ assert useUnrar -> unrar != null;
 
 stdenv.mkDerivation rec {
   name = "ahoviewer-${version}";
-  version = "1.5.0";
+  version = "1.6.4";
 
   src = fetchFromGitHub {
     owner = "ahodesuka";
     repo = "ahoviewer";
     rev = version;
-    sha256 = "1adzxp30fwh41y339ha8i5qp89zf21dw18vcicqqnzvyxbk5r3ig";
+    sha256 = "144jmk8w7dnmqy4w81b3kzama7i97chx16pgax2facn72a92921q";
   };
 
   enableParallelBuilding = true;
@@ -29,11 +29,6 @@ stdenv.mkDerivation rec {
     gst_all_1.gst-plugins-base
   ] ++ stdenv.lib.optional useUnrar unrar;
 
-  # https://github.com/ahodesuka/ahoviewer/issues/60
-  # Already fixed in the master branch
-  # TODO: remove this next release
-  makeFlags = [ ''LIBS=-lssl -lcrypto'' ];
-
   postPatch = ''patchShebangs version.sh'';
 
   postInstall = ''