Unverified Commit c4f29d62 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

aravis: 0.8.31 -> 0.8.33 (#339663)

parents b218a7c1 9423ac59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ assert enableViewer -> wrapGAppsHook3 != null;

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

  src = fetchFromGitHub {
    owner = "AravisProject";
    repo = pname;
    rev = version;
    sha256 = "sha256-CsXnwrZqBCS7JVAB/7JlAAvks5HnYxgrdc4Bmg68QdE=";
    sha256 = "sha256-D6zcTCaFJxJ2VhhsgEFu5+3Xx1MJov4ryrtA0VkjZlY=";
  };

  outputs = [ "bin" "dev" "out" "lib" ];