about summary refs log tree commit diff
path: root/pkgs/development/compilers/colm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-21 02:44:57 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-21 02:44:57 -0700
commitce60442420e67c260ac1138d2fdf5126e2d6d705 (patch)
tree9f817abddf79a003c4389d5fe0928baf1069db88 /pkgs/development/compilers/colm
parent8abe5ee07ee6b23fb014709f01bb161a62407a44 (diff)
colm: 0.13.0.6 -> 0.13.0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/colm/versions
Diffstat (limited to 'pkgs/development/compilers/colm')
-rw-r--r--pkgs/development/compilers/colm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/colm/default.nix b/pkgs/development/compilers/colm/default.nix
index 61b24a851941f..888750efdf971 100644
--- a/pkgs/development/compilers/colm/default.nix
+++ b/pkgs/development/compilers/colm/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "colm-${version}";
-  version = "0.13.0.6";
+  version = "0.13.0.7";
 
   src = fetchurl {
     url = "https://www.colm.net/files/colm/${name}.tar.gz";
-    sha256 = "0jd3qmqdm8yszy0yysbp3syk7pcbxvwzv9mibdwz7v9bv1nrai26";
+    sha256 = "0f76iri173l2wja2v7qrwmf958cqwh5g9x4bhj2z8wknmlla6gz4";
   };
 
   nativeBuildInputs = [ makeWrapper asciidoc ];