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

sdbus-cpp: 1.3.0 -> 1.4.0
This commit is contained in:
Weijia Wang 2023-10-28 03:46:21 +02:00 committed by GitHub
commit 1fdfbaa618
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.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "kistler-group";
repo = "sdbus-cpp";
rev = "v${version}";
hash = "sha256-S/8/I2wmWukpP+RGPxKbuO44wIExzeYZL49IO+KOqg4=";
hash = "sha256-AOqwC7CABvQsG9P1PnUg2DIhNmHqYpgbKzm9C2gWNIQ=";
};
nativeBuildInputs = [