Unverified Commit 2d632aea authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #227778 from bobby285271/upd/gtk4

gtk4: 4.10.1 → 4.10.3
parents 594d809e 16865b95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ in

stdenv.mkDerivation rec {
  pname = "gtk4";
  version = "4.10.1";
  version = "4.10.3";

  outputs = [ "out" "dev" ] ++ lib.optionals x11Support [ "devdoc" ];
  outputBin = "dev";
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
    sha256 = "6PysBLx3FbnaZnyRGl7o8mLiANHWpQrfI2RcqM/NAxE=";
    sha256 = "RUVEGteeN3624KcFAm3HpGiG5GobA020CRKQnagBzqk=";
  };

  patches = [