3
0
Fork 0
forked from mirrors/nixpkgs

shared-desktop-ontologies-0.8.1

See
http://trueg.wordpress.com/2011/11/25/the-different-places-something-can-go-wrong/

svn path=/nixpkgs/trunk/; revision=30918
This commit is contained in:
Yury G. Kudryashov 2011-12-15 20:16:46 +00:00
parent 9e839d0184
commit 05f5c8802e

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake }:
stdenv.mkDerivation rec {
name = "shared-desktop-ontologies-0.8.0";
name = "shared-desktop-ontologies-0.8.1";
src = fetchurl {
url = "mirror://sourceforge/oscaf/${name}.tar.bz2";
sha256 = "0wf4gli2akkqbl944lqjjy2hvcfagq6zzmdg7fkzr61p6vw7nk82";
sha256 = "0w6rhhfjl5r6gv2jw3nc1sj5l4fxz4s1wv0iclcrak3wa5vyy6h3";
};
buildInputs = [ cmake ];