Merge pull request #91822 from r-ryantm/auto-update/orcania

orcania: 2.1.0 -> 2.1.1
This commit is contained in:
Daniel Schaefer 2020-08-19 21:11:17 +08:00 committed by GitHub
commit 52674f541b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, cmake, check, subunit }:
stdenv.mkDerivation rec {
pname = "orcania";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "babelouest";
repo = pname;
rev = "v${version}";
sha256 = "1zp2rk267dfmfap6qsyn7maivrpid8s3rkicwk1q5v6j20cgh1f8";
sha256 = "0l035zbzyv623h5186rk6iq1097rxx64iwnk4s2c7l9gzv9wyapp";
};
nativeBuildInputs = [ cmake ];