Skip to content

Commit

Permalink
Merge pull request #18742 from groxxda/libchamplain
Browse files Browse the repository at this point in the history
libchamplain: 0.12.13 -> 0.12.14
  • Loading branch information
FRidh committed Sep 18, 2016
2 parents 79995e9 + cd7d7f8 commit ae1faab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/libchamplain/default.nix
@@ -1,13 +1,14 @@
{ fetchurl, stdenv, pkgconfig, glib, gtk3, cairo, clutter, sqlite
, clutter_gtk, libsoup /*, libmemphis */ }:

let version = "0.12.13"; in
stdenv.mkDerivation rec {
major = "0.12";
version = "${major}.14";
name = "libchamplain-${version}";

src = fetchurl {
url = "mirror://gnome/sources/libchamplain/0.12/libchamplain-${version}.tar.xz";
sha256 = "1arzd1hsgq14rbiwa1ih2g250x6ljna2s2kiqfrw155c612s9cxk";
url = "mirror://gnome/sources/libchamplain/${major}/${name}.tar.xz";
sha256 = "13snnka1jqc5qrgij8bm22xy02pncf3dn5ij3jh4rrpzq7g1sqpi";
};

buildInputs = [ pkgconfig ];
Expand Down

0 comments on commit ae1faab

Please sign in to comment.