Merge pull request #186011 from r-ryantm/auto-update/sdbus-cpp

sdbus-cpp: 1.1.0 -> 1.2.0
This commit is contained in:
Ivv 2022-08-14 16:18:42 +02:00 committed by GitHub
commit 74b2ef66ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sdbus-cpp";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "kistler-group";
repo = "sdbus-cpp";
rev = "v${version}";
sha256 = "sha256-AjaZ6YmMlnN0jAcUBkft01XHkrze0nSr3dUMechsLrQ=";
sha256 = "sha256-EX/XLgqUwIRosLu3Jgtpp42Yt6Tf22Htj9JULoUL7ao=";
};
nativeBuildInputs = [