tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libchamplain: 0.12.11 -> 0.12.13
Luca Bruno
9 years ago
99cfbda5
9afd1161
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libchamplain
default.nix
+2
-2
pkgs/development/libraries/libchamplain/default.nix
···
1
1
{ fetchurl, stdenv, pkgconfig, glib, gtk3, cairo, clutter, sqlite
2
2
, clutter_gtk, libsoup /*, libmemphis */ }:
3
3
4
4
-
let version = "0.12.11"; in
4
4
+
let version = "0.12.13"; in
5
5
stdenv.mkDerivation rec {
6
6
name = "libchamplain-${version}";
7
7
8
8
src = fetchurl {
9
9
url = "mirror://gnome/sources/libchamplain/0.12/libchamplain-${version}.tar.xz";
10
10
-
sha256 = "19aadn4lh6mzpz2qzi5l1qcbi11a57qqv1zxp2n10z4nin4287l5";
10
10
+
sha256 = "1arzd1hsgq14rbiwa1ih2g250x6ljna2s2kiqfrw155c612s9cxk";
11
11
};
12
12
13
13
buildInputs = [ pkgconfig ];