scheme48: update from 1.9 to 1.9.2

This commit is contained in:
Moritz Ulrich 2014-09-04 16:29:58 +02:00
parent dcf3ad6a2a
commit c30b23166b

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "scheme48-1.9";
name = "scheme48-1.9.2";
meta = {
homepage = http://s48.org/;
@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
src = fetchurl {
url = http://s48.org/1.9/scheme48-1.9.tgz;
md5 = "b4c20057f92191d05a61fac1372878ad";
url = http://s48.org/1.9.2/scheme48-1.9.2.tgz;
sha256 = "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw";
};
}