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

orcania: 2.1.1 -> 2.2.0
This commit is contained in:
Robert Scott 2021-03-13 21:38:16 +00:00 committed by GitHub
commit 0703334f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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