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

aravis: 0.8.27 -> 0.8.28
This commit is contained in:
Nick Cao 2023-07-31 23:56:29 -06:00 committed by GitHub
commit 33f6affc5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@ assert enableViewer -> wrapGAppsHook != null;
stdenv.mkDerivation rec {
pname = "aravis";
version = "0.8.27";
version = "0.8.28";
src = fetchFromGitHub {
owner = "AravisProject";
repo = pname;
rev = version;
sha256 = "sha256-QxI/+2mtX9d4UTkbFFVh5N4JqTMqygGUgz08XWxAQac=";
sha256 = "sha256-EgKZcylg3Nx320BdeEz8PVadwo2pE6a3h0vt7YT4LVA=";
};
outputs = [ "bin" "dev" "out" "lib" ];