Skip to content

Commit

Permalink
Merge pull request NixOS#112620 from r-ryantm/auto-update/gtk4
Browse files Browse the repository at this point in the history
gtk4: 4.0.2 -> 4.0.3
  • Loading branch information
davidak authored Feb 21, 2021
2 parents 0e80ec0 + 340148f commit e952207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtk/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ assert cupsSupport -> cups != null;

stdenv.mkDerivation rec {
pname = "gtk4";
version = "4.0.2";
version = "4.0.3";

outputs = [ "out" "dev" ] ++ lib.optional withGtkDoc "devdoc";
outputBin = "dev";
Expand All @@ -67,7 +67,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnome/sources/gtk/${lib.versions.majorMinor version}/gtk-${version}.tar.xz";
sha256 = "115w3mzwm1xsi1q85qvwfm2yxpsjs2rcajgddzbnwhjicyn0frv2";
sha256 = "18mJNyV5C1C9mjuyeIVtnVQ7RLa5uVHXtg573swTGJA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e952207

Please sign in to comment.