gtk3: 3.24.37 → 3.24.38
https://gitlab.gnome.org/GNOME/gtk/-/compare/3.24.37...3.24.38
This commit is contained in:
parent
ab8bc692eb
commit
eb9d4dbe5c
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "gtk+3";
|
pname = "gtk+3";
|
||||||
version = "3.24.37";
|
version = "3.24.38";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
|
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
|
||||||
outputBin = "dev";
|
outputBin = "dev";
|
||||||
|
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
inherit (finalAttrs) version;
|
inherit (finalAttrs) version;
|
||||||
in fetchurl {
|
in fetchurl {
|
||||||
url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
|
url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
|
||||||
sha256 = "sha256-Z0XwtMBTeUFR/Q8OJHSwd8zP9fg+ndG/PTn+n+X7f1c=";
|
sha256 = "sha256-zhHezwGLJb3YUFVEpPhyQoVOyIvgVNmt5fOiBETdjuc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue