angsd: 0.938 -> 0.940

This commit is contained in:
R. Ryantm 2022-10-14 14:50:26 +00:00
parent 5e66f427c6
commit 4cee9b9ddb

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "angsd";
version = "0.938";
version = "0.940";
src = fetchFromGitHub {
owner = "ANGSD";
repo = "angsd";
sha256 = "sha256-hNELuPim2caJCzJ63fQ7kIB0ZZnXcC8JIbk4dFcCs2U=";
sha256 = "sha256-Ppxgy54pAnqJUzNX5c12NHjKTQyEEcPSpCEEVOyZ/LA=";
rev = "${version}";
};