libgtop: update from 2.28.4 to 2.28.5

This commit is contained in:
Nixpkgs Monitor 2013-12-10 17:03:58 +02:00 committed by Evgeny Egorochkin
parent 6ba2d327b6
commit 96f551a8f9

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, glib, pkgconfig, perl, intltool }:
stdenv.mkDerivation {
name = "libgtop-2.28.4";
name = "libgtop-2.28.5";
src = fetchurl {
url = mirror://gnome/sources/libgtop/2.28/libgtop-2.28.4.tar.xz;
sha256 = "1n71mg82k8m7p6kh06vgb1hk4y9cqwk1lva53pl7w9j02pyrqqdn";
url = mirror://gnome/sources/libgtop/2.28/libgtop-2.28.5.tar.xz;
sha256 = "0hik1aklcn79irgw1xf7d6cfkw8hzmy46r9jyfhp32aawisc24n8";
};
propagatedBuildInputs = [ glib ];