wiggle: 1.2 -> 1.3

This commit is contained in:
R. RyanTM 2021-03-10 07:38:11 +00:00 committed by tomberek
parent a765beccb5
commit ccfb0cf5b4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation {
name = "wiggle-1.2";
name = "wiggle-1.3";
src = fetchurl {
url = "https://github.com/neilbrown/wiggle/archive/v1.2.tar.gz";
sha256 = "1gckj0zv2xznzg7i70p9dfmkhdpdg3953msi4gg5h6mpmmiiiwrw";
url = "https://github.com/neilbrown/wiggle/archive/v1.3.tar.gz";
sha256 = "sha256-/5LPATPB9NzjNWPiY8sw59229KvfhtQnsewUkL7CWvo=";
};
buildInputs = [ ncurses groff ];