jasper: 2.0.6 -> 2.0.10 for null pointer dereference
This commit is contained in:
parent
d20d38e68d
commit
18e2639924
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchurl, fetchpatch, libjpeg, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "jasper-2.0.6";
|
||||
name = "jasper-2.0.10";
|
||||
|
||||
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 = "0g6fl8rrbspa9vpswixmpxrg71l19kqgc2b5cak7vmwxphj01wbk";
|
||||
sha256 = "1s022mfxyw8jw60fgyj60lbm9h6bc4nk2751b0in8qsjwcl59n2l";
|
||||
};
|
||||
|
||||
# newer reconf to recognize a multiout flag
|
||||
|
Loading…
Reference in New Issue
Block a user