Unverified Commit 4ccb965f authored by Bobby Rong's avatar Bobby Rong
Browse files
parent e6e38991
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenv.mkDerivation rec {
  pname = "adwaita-qt";
  version = "1.4.1";
  version = "1.4.2";

  outputs = [ "out" "dev" ];

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
    owner = "FedoraQt";
    repo = pname;
    rev = version;
    sha256 = "sha256-t9vv1KcMUg8Qe7lhVMN4GO+VPoT7QzeoQ6hV4fesA8U=";
    sha256 = "sha256-K/+SL52C+M2OC4NL+mhBnm/9BwH0KNNTGIDmPwuUwkM=";
  };

  nativeBuildInputs = [
@@ -62,6 +62,5 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    maintainers = teams.gnome.members ++ (with maintainers; [ ]);
    platforms = platforms.all;
    broken = stdenv.isDarwin; # broken since 2021-12-05 on hydra, broken until qt515 will be used for darwin
  };
}