mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #36427 from ryantm/auto-update/ansifilter
ansifilter: 2.4 -> 2.9
This commit is contained in:
commit
4203a5c847
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ansifilter-${version}";
|
||||
version = "2.4";
|
||||
version = "2.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
|
||||
sha256 = "c57cb878afa7191c7b7db3c086a344b4234df814aed632596619a4bda5941d48";
|
||||
sha256 = "0fmwb8w1bpfxjwddal6cnhgmip26xqgcanpz2vp8jasklkcc1i7r";
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue