Merge pull request #207636 from r-ryantm/auto-update/vxl

vxl: 3.3.2 -> 3.5.0
This commit is contained in:
Weijia Wang 2023-01-24 05:37:55 +01:00 committed by GitHub
commit abbdb199ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, unzip, cmake, libtiff, expat, zlib, libpng, libjpeg }:
stdenv.mkDerivation rec {
pname = "vxl";
version = "3.3.2";
version = "3.5.0";
src = fetchFromGitHub {
owner = "vxl";
repo = "vxl";
rev = "v${version}";
sha256 = "0qmqrijl14xlsbd77jk9ygg44h3lqzpswia6yif1iia6smqccjsr";
sha256 = "sha256-4kMpIrywEZzt0JH95LHeDLrDneii0R/Uw9GsWkvED+E=";
};
nativeBuildInputs = [ cmake unzip ];