Skip to content

Commit

Permalink
sdbus-cpp: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan authored and AndersonTorres committed Sep 7, 2023
1 parent b46d1ee commit 69b243f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sdbus-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "sdbus-cpp";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "kistler-group";
repo = "sdbus-cpp";
rev = "v${version}";
hash = "sha256-EX/XLgqUwIRosLu3Jgtpp42Yt6Tf22Htj9JULoUL7ao=";
hash = "sha256-S/8/I2wmWukpP+RGPxKbuO44wIExzeYZL49IO+KOqg4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 69b243f

Please sign in to comment.