1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

augustus: 3.0.1 -> 3.1.0

This commit is contained in:
Aleksandar Topuzović 2021-11-27 11:27:46 +00:00
parent 320197ed13
commit 592218648c
No known key found for this signature in database
GPG key ID: 8D7CDD3C562180B7

View file

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