Unverified Commit 166c8af5 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

dbus-cpp: 5.0.4 -> 5.0.5 (#442308)

parents a1a14fc2 da253f9d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dbus-cpp";
  version = "5.0.4";
  version = "5.0.5";

  src = fetchFromGitLab {
    owner = "ubports";
    repo = "development/core/lib-cpp/dbus-cpp";
    tag = finalAttrs.version;
    hash = "sha256-ki4bnwRpvmB9yzt/Mn3MQs1Dr6Vrcs2D0tvCjvvfmq4=";
    hash = "sha256-+QqmZsBFmYRwaAFqRyMBxVFFrjZGBDdMaW4YD/7D2gU=";
  };

  outputs = [
@@ -94,7 +94,9 @@ stdenv.mkDerivation (finalAttrs: {
  passthru = {
    tests.pkg-config = testers.hasPkgConfigModules {
      package = finalAttrs.finalPackage;
      versionCheck = true;
      # Not bumped for 5.0.5: https://gitlab.com/ubports/development/core/lib-cpp/dbus-cpp/-/issues/9
      # Try again on next bump.
      versionCheck = finalAttrs.version != "5.0.5";
    };
    updateScript = gitUpdater { };
  };