Unverified Commit 61f76b31 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

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

parents 42008a14 09268314
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.24";
  version = "0.8.26";

  src = fetchFromGitHub {
    owner = "AravisProject";
    repo = pname;
    rev = version;
    sha256 = "sha256-2d2CZzRfVr45gfgIg43Rr+1SoVIxzy8YjaQJhwi5owE=";
    sha256 = "sha256-24FSq9qe8tAFGB4BOjD52BQiy8Rw6ZDE5Sq+VS5S638=";
  };

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