Commit 9439477f authored by emaryn's avatar emaryn
Browse files

aravis: 0.8.33 -> 0.8.34

parent b8c6cc2c
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@ assert enableViewer -> wrapGAppsHook3 != null;

stdenv.mkDerivation rec {
  pname = "aravis";
  version = "0.8.33";
  version = "0.8.34";

  src = fetchFromGitHub {
    owner = "AravisProject";
    repo = "aravis";
    rev = version;
    sha256 = "sha256-D6zcTCaFJxJ2VhhsgEFu5+3Xx1MJov4ryrtA0VkjZlY=";
    tag = version;
    hash = "sha256-6tCV2QyzlMNnkXlRz41JT05FeBcRckHXM50VGY5/BnM=";
  };

  outputs = [
@@ -82,6 +82,9 @@ stdenv.mkDerivation rec {

  doCheck = true;

  # needed for fakegv tests
  __darwinAllowLocalNetworking = true;

  meta = {
    description = "Library for video acquisition using GenICam cameras";
    longDescription = ''