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

aravis: 0.8.30 -> 0.8.31
This commit is contained in:
Nick Cao 2024-03-14 12:39:31 -04:00 committed by GitHub
commit e97205faf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@ assert enableViewer -> wrapGAppsHook != null;
stdenv.mkDerivation rec {
pname = "aravis";
version = "0.8.30";
version = "0.8.31";
src = fetchFromGitHub {
owner = "AravisProject";
repo = pname;
rev = version;
sha256 = "sha256-1OxvLpzEKxIXiLJIUr+hCx+sxnH9Z5dBM5Lug1acCok=";
sha256 = "sha256-CsXnwrZqBCS7JVAB/7JlAAvks5HnYxgrdc4Bmg68QdE=";
};
outputs = [ "bin" "dev" "out" "lib" ];