Merge pull request #192594 from r-ryantm/auto-update/augustus

augustus: 3.1.0 -> 3.2.0
This commit is contained in:
Christian Kögler 2022-10-10 17:34:17 +02:00 committed by GitHub
commit 5ffc327413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "augustus";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "Keriew";
repo = "augustus";
rev = "v${version}";
sha256 = "1axm4x3ca5r08sv1b4q8y9c15mkwqd3rnc8k09a2fn3plbk2p2j4";
sha256 = "sha256-NS6ijgI/wLsGF5KabjaR7ElKWFXIdjpmPYHVmI4oMzQ=";
};
nativeBuildInputs = [ cmake ];