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

augustus: 3.2.0 -> 4.0.0
This commit is contained in:
Weijia Wang 2024-01-05 01:09:08 +01:00 committed by GitHub
commit 7ac52aa03e
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.2.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "Keriew";
repo = "augustus";
rev = "v${version}";
sha256 = "sha256-NS6ijgI/wLsGF5KabjaR7ElKWFXIdjpmPYHVmI4oMzQ=";
sha256 = "sha256-UWJmxirRJJqvL4ZSjBvFepeKVvL77+WMp4YdZuFNEkg=";
};
nativeBuildInputs = [ cmake ];