Unverified Commit b0c32af4 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

aravis: 0.8.34 -> 0.8.35 (#421452)

parents 74a81ab5 a12acc27
Loading
Loading
Loading
Loading
+3 −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.34";
  version = "0.8.35";

  src = fetchFromGitHub {
    owner = "AravisProject";
    repo = "aravis";
    tag = version;
    hash = "sha256-6tCV2QyzlMNnkXlRz41JT05FeBcRckHXM50VGY5/BnM=";
    hash = "sha256-RRIYZHtljZ44s1kmmUI1KMx92+PLLI/eCJRs4m0+egg=";
  };

  outputs = [
@@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
    '';
    # the documentation is the best working homepage that's not the Github repo
    homepage = "https://aravisproject.github.io/docs/aravis-0.8";
    license = lib.licenses.lgpl2;
    license = lib.licenses.lgpl21Plus;
    maintainers = with lib.maintainers; [ tpw_rules ];
    platforms = lib.platforms.unix;
  };