Merge branch 'master' of git://github.com/ashalkhakov/nixpkgs

Bumping ATS/Postiats version to 0.0.5. #1719
This commit is contained in:
Shea Levy 2014-02-09 10:48:46 -05:00
commit 56b87f44ec

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gmp }:
let version = "0.0.3"; in stdenv.mkDerivation {
let version = "0.0.5"; in stdenv.mkDerivation {
name = "ats2-postiats-${version}";
src = fetchurl {
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-${version}.tgz";
sha256 = "0hq63zrmm92j5ffnsmylhhllm8kgjpjkaj4xvzz1zlshz39lijxp";
sha256 = "1rzcqc7fwqf0y4cc14lr282r25s66jygf6cxrnf5l8p5p550l0dl";
};
buildInputs = [ gmp ];