mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
hexedit: update from 1.2.12 to 1.2.13
This commit is contained in:
parent
6619a3a1d8
commit
873c95ba8d
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hexedit-${version}";
|
name = "hexedit-${version}";
|
||||||
version = "1.2.12";
|
version = "1.2.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://rigaux.org/${name}.src.tgz";
|
url = "http://rigaux.org/${name}.src.tgz";
|
||||||
sha256 = "bcffbf3d128516cc4e1da64485866fbb5f62754f2af8327e7a527855186ba10f";
|
sha256 = "1mwdp1ikk64cqmagnrrps5jkn3li3n47maiqh2qc1xbp1ains4ka";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
Loading…
Reference in a new issue