summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-07-10 00:23:18 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-07-10 00:23:48 +0200
commit2c327ca48e4cc57e3de7144e4f0c68023c2704f2 (patch)
tree8547d04d6656f9f5bf263f836a7dc63f5511e62b /pkgs/development/tools
parent3523f41aa54029dbdd3e03b31f5266f6fe9813e0 (diff)
downloadnixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.tar
nixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.tar.gz
nixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.tar.bz2
nixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.tar.lz
nixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.tar.xz
nixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.tar.zst
nixpkgs-2c327ca48e4cc57e3de7144e4f0c68023c2704f2.zip
activator: 1.3.2 -> 1.3.5
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/activator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/activator/default.nix b/pkgs/development/tools/activator/default.nix
index 72bed9d46ca..9d187b1018c 100644
--- a/pkgs/development/tools/activator/default.nix
+++ b/pkgs/development/tools/activator/default.nix
@@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
 
   name = "${pname}-${version}";
   pname = "activator";
-  version = "1.3.2";
+  version = "1.3.5";
 
   src = fetchurl {
     url = "http://downloads.typesafe.com/typesafe-${pname}/${version}/typesafe-${name}.zip";
-    sha256 = "0a6x4w63829fbp13gk1l37p6di11lfmgla26gqnr065vzpkg90y6";
+    sha256 = "19mcrp1ky652wwh3360ia0irc0c2xjcnn9rdal1rmkkzsqn4jx0b";
   };
 
   buildInputs = [ unzip jre ];