aravis: 0.8.31 -> 0.8.33 (#339663)

This commit is contained in:
Nikolay Korotkiy
2024-09-07 03:21:48 +04:00
committed by GitHub
@@ -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" ];