about summary refs log tree commit diff
path: root/pkgs/development/libraries/jasper
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-11-16 08:36:51 -0500
committerGraham Christensen <graham@grahamc.com>2016-11-16 22:06:02 -0500
commit1eb545df059ef6830c518920fb6bc77d0a895120 (patch)
treefa671d0defceff9e604e15e61be45cb715a2fe9f /pkgs/development/libraries/jasper
parentf590c6e464d50ddb116e6debc5aab02747324b3b (diff)
jasper: 1.900.21 -> 1.900.28
Diffstat (limited to 'pkgs/development/libraries/jasper')
-rw-r--r--pkgs/development/libraries/jasper/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/libraries/jasper/default.nix b/pkgs/development/libraries/jasper/default.nix
index 895d72dd7a0ac..9568d9bbb3bc3 100644
--- a/pkgs/development/libraries/jasper/default.nix
+++ b/pkgs/development/libraries/jasper/default.nix
@@ -1,11 +1,14 @@
 { stdenv, fetchurl, fetchpatch, libjpeg, autoreconfHook }:
 
 stdenv.mkDerivation rec {
-  name = "jasper-1.900.21";
+  name = "jasper-1.900.28";
 
   src = fetchurl {
+    # You can find this code on Github at https://github.com/mdadams/jasper
+    # however note at https://www.ece.uvic.ca/~frodo/jasper/#download
+    # not all tagged releases are for distribution.
     url = "http://www.ece.uvic.ca/~mdadams/jasper/software/${name}.tar.gz";
-    sha256 = "1cypmlzq5vmbacsn8n3ls9p7g64scv3fzx88qf8c270dz10s5j79";
+    sha256 = "0nsiblsfpfa0dahsk6hw9cd18fp9c8sk1z5hdp19m33c0bf92ip9";
   };
 
   # newer reconf to recognize a multiout flag