Skip to content

Commit

Permalink
jasper: 2.0.10 -> 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and grahamc committed Mar 26, 2017
1 parent 65029be commit 6c17ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/jasper/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, fetchpatch, libjpeg, cmake }:

stdenv.mkDerivation rec {
name = "jasper-2.0.10";
name = "jasper-2.0.12";

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 = "1s022mfxyw8jw60fgyj60lbm9h6bc4nk2751b0in8qsjwcl59n2l";
sha256 = "1njdbxv7d4anzrd476wjww2qsi96dd8vfnp4hri0srrqxpszl92v";
};

# newer reconf to recognize a multiout flag
Expand All @@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
moveToOutput bin "$bin"
'';

meta = {
meta = with stdenv.lib; {
homepage = https://www.ece.uvic.ca/~frodo/jasper/;
description = "JPEG2000 Library";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
};
}

0 comments on commit 6c17ad6

Please sign in to comment.