mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #140876 from arkivm/upgrade-gtk-mac-integration
gtk-mac-integration: 2.1.3 -> 3.0.1
This commit is contained in:
commit
b6ba0f59ca
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gtk-mac-integration";
|
||||
version = "2.1.3";
|
||||
version = "3.0.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "GNOME";
|
||||
repo = pname;
|
||||
rev = "${pname}-${version}";
|
||||
sha256 = "1w0agv4r0daklv5d2f3l0c10krravjq8bj9hsdsrpka48dbnqmap";
|
||||
sha256 = "0sc0m3p8r5xfh5i4d7dg72kfixx9yi4f800y43bszyr88y52jkga";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config gtk-doc gobject-introspection ];
|
||||
|
|
Loading…
Reference in a new issue