3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #39529 from r-ryantm/auto-update/ott

ott: 0.27 -> 0.28
This commit is contained in:
Jörg Thalheim 2018-04-26 09:14:36 +01:00 committed by GitHub
commit 838db3b85d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "ott-${version}";
version = "0.27";
version = "0.28";
src = fetchFromGitHub {
owner = "ott-lang";
repo = "ott";
rev = version;
sha256 = "12hzpyinswqaxwp6y793h7ywrv6289cw4911ah2yzq04ji095pfb";
sha256 = "0mzbrvqayqpns9zzg4m1scxx24dv9askhn51dawyb9pisvlyvai0";
};
nativeBuildInputs = [ pkgconfig ];