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

sdbus-cpp: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang
2024-03-07 07:34:11 +01:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sdbus-cpp";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "kistler-group";
repo = "sdbus-cpp";
rev = "v${version}";
hash = "sha256-AOqwC7CABvQsG9P1PnUg2DIhNmHqYpgbKzm9C2gWNIQ=";
hash = "sha256-oO8QNffwNI245AEPdutOGqxj4qyusZYK3bZWLh2Lcag=";
};
nativeBuildInputs = [