mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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";
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
|
@ -17,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
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";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
|
Loading…
Reference in a new issue