sdbus-cpp: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2023-10-19 09:56:33 +00:00
parent 458ef9126a
commit c22ef7b5bd

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 = [