Unverified Commit db94accc authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #248644 from r-ryantm/auto-update/aravis

aravis: 0.8.28 -> 0.8.30
parents a7c984b7 5e0fcae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ assert enableViewer -> wrapGAppsHook != null;

stdenv.mkDerivation rec {
  pname = "aravis";
  version = "0.8.28";
  version = "0.8.30";

  src = fetchFromGitHub {
    owner = "AravisProject";
    repo = pname;
    rev = version;
    sha256 = "sha256-EgKZcylg3Nx320BdeEz8PVadwo2pE6a3h0vt7YT4LVA=";
    sha256 = "sha256-1OxvLpzEKxIXiLJIUr+hCx+sxnH9Z5dBM5Lug1acCok=";
  };

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