summary refs log tree commit diff
path: root/pkgs/development/compilers/colm
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-02-15 17:11:58 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-02-15 17:35:11 +0100
commit29e819ab6f4566c9e0612fb8dd7bb126e13716a2 (patch)
treef39c1c3895510f6ce19bab9e7d99a207feed0952 /pkgs/development/compilers/colm
parenteef111fee8215895afe0b34e96a4dc910d27d1f1 (diff)
downloadnixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.tar
nixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.tar.gz
nixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.tar.bz2
nixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.tar.lz
nixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.tar.xz
nixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.tar.zst
nixlib-29e819ab6f4566c9e0612fb8dd7bb126e13716a2.zip
colm: 0.12.0 -> 0.13.0.3
Diffstat (limited to 'pkgs/development/compilers/colm')
-rw-r--r--pkgs/development/compilers/colm/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/compilers/colm/default.nix b/pkgs/development/compilers/colm/default.nix
index ebfee6c4188e..3a3670279c62 100644
--- a/pkgs/development/compilers/colm/default.nix
+++ b/pkgs/development/compilers/colm/default.nix
@@ -2,17 +2,16 @@
 
 stdenv.mkDerivation rec {
   name = "colm-${version}";
-  version = "0.12.0";
+  version = "0.13.0.3";
 
   src = fetchurl {
     url = "http://www.colm.net/files/colm/${name}.tar.gz";
-    sha256 = "0kbfipxv3nvggd1a2nahk3jg22iifp2l7lkm55i5r7qkpms5sm3v";
+    sha256 = "0dadfsnkbxcrf5kihvncbprb6w64jz2myylfmj952gdmcsim4zj2";
   };
 
   buildInputs = [ makeWrapper ];
 
   doCheck = true;
-  checkPhase = ''sh ./test/runtests.sh'';
 
   postInstall = ''
     wrapProgram $out/bin/colm \