Update vigra soure link to match both fresh and aged versions
This commit is contained in:
parent
c9f64fb8ba
commit
01e4edbabf
@ -4,7 +4,10 @@ stdenv.mkDerivation rec {
|
|||||||
name = "vigra-1.9.0";
|
name = "vigra-1.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/${name}-src.tar.gz";
|
urls = [
|
||||||
|
"${meta.homepage}/${name}-src.tar.gz"
|
||||||
|
"${meta.homepage}-old-versions/${name}-src.tar.gz"
|
||||||
|
];
|
||||||
sha256 = "00fg64da6dj9k42d90dz6y7x91xw1xqppcla14im74m4afswrgcg";
|
sha256 = "00fg64da6dj9k42d90dz6y7x91xw1xqppcla14im74m4afswrgcg";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -17,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Novel computer vision C++ library with customizable algorithms and data structures";
|
description = "Novel computer vision C++ library with customizable algorithms and data structures";
|
||||||
homepage = http://hci.iwr.uni-heidelberg.de/vigra/;
|
homepage = http://hci.iwr.uni-heidelberg.de/vigra;
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user