3
0
Fork 0
forked from mirrors/nixpkgs

Updating task spooler to 0.7.3

svn path=/nixpkgs/trunk/; revision=34251
This commit is contained in:
Lluís Batlle i Rossell 2012-05-27 11:15:01 +00:00
parent 9b0cf4ca5d
commit a887c8c2c7

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "ts-0.7.2";
name = "ts-0.7.3";
installPhase=''make install "PREFIX=$out"'';
@ -11,8 +11,8 @@ stdenv.mkDerivation {
};
src = fetchurl {
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.2.tar.gz;
sha256 = "08f9ipg98d6ygzb4fzdm1z157llzh4akipmq14ycfd7l023vidik";
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.3.tar.gz;
sha256 = "1ajgk6y9y9bng5ssdqxwpzw44pmib30vn5284rgga6vr04ppakdy";
};
meta = {