summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-27 11:15:01 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-27 11:15:01 +0000
commita887c8c2c71da037ca7683d2965406c7e49d5ada (patch)
tree68594bd6aff4f5b727b6e5fcdd078804d265acd1 /pkgs
parent9b0cf4ca5de84561407dad1f8cb3e05ae739863f (diff)
Updating task spooler to 0.7.3
svn path=/nixpkgs/trunk/; revision=34251
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/ts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index abc04e96c322..a392ed0bcfd3 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -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 = {