caribou: add 0.4.13 version

This commit is contained in:
Luca Bruno 2014-05-18 23:40:53 +02:00
parent f7d8afcf2b
commit 8ca8504315

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "caribou-0.4.12"; name = "caribou-0.4.13";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/caribou/0.4/${name}.tar.xz"; url = "mirror://gnome/sources/caribou/0.4/${name}.tar.xz";
sha256 = "0235sws58rg0kadxbp2nq5ha76zmhd4mr10n9qlbryf8p78qsvii"; sha256 = "953ba618621fda8a828d0d797fc916dbe35990dc01d7aa99d15e5e2241ee2782";
}; };
buildInputs = with gnome3; buildInputs = with gnome3;