mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 16:40:12 +00:00
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
This commit is contained in:
parent
8abe5ee07e
commit
ce60442420
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue