tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
atk: update 2.18.0 -> 2.20.0
Vladimír Čunát
9 years ago
6352251c
3c461311
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
atk
default.nix
+2
-2
pkgs/development/libraries/atk/default.nix
···
1
1
{ stdenv, fetchurl, pkgconfig, perl, glib, libintlOrEmpty, gobjectIntrospection }:
2
2
3
3
let
4
4
-
ver_maj = "2.18";
4
4
+
ver_maj = "2.20";
5
5
ver_min = "0";
6
6
in
7
7
stdenv.mkDerivation rec {
···
9
9
10
10
src = fetchurl {
11
11
url = "mirror://gnome/sources/atk/${ver_maj}/${name}.tar.xz";
12
12
-
sha256 = "ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b";
12
12
+
sha256 = "493a50f6c4a025f588d380a551ec277e070b28a82e63ef8e3c06b3ee7c1238f0";
13
13
};
14
14
15
15
enableParallelBuilding = true;