gnome3: automated update

This commit is contained in:
Jan Tojnar
2018-03-13 02:03:18 +01:00
parent e468c04383
commit 0973618e4e
93 changed files with 188 additions and 186 deletions

View File

@@ -9,7 +9,7 @@
let
pname = "gobject-introspection";
version = "1.54.1";
version = "1.56.0";
in
with stdenv.lib;
stdenv.mkDerivation rec {
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "0zl7pfkzkm07733391b4f3cwjbnvb1nwvpmajf5bajh6bxgfv3dq";
sha256 = "1y50pbn5qqbcv2h9rkz96wvv5jls2gma9bkqjq6wapmaszx5jw0d";
};
outputs = [ "out" "dev" ];