Merge pull request #185303 from markuskowa/upd-orcania

orcania: 2.2.2 -> 2.3.0
This commit is contained in:
markuskowa
2022-08-12 11:13:57 +02:00
committed by GitHub
@@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake, check, subunit }:
stdenv.mkDerivation rec {
pname = "orcania";
version = "2.2.2";
version = "2.3.0";
src = fetchFromGitHub {
owner = "babelouest";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lrc4VEqmCp/P/h0+5/ix6tx4pjfkLy9BLBZtKYLlyGI=";
sha256 = "sha256-QAq/6MGVj+iBHLElHuqokF1v3LU1TZ9hVVJE1s3y6f0=";
};
nativeBuildInputs = [ cmake ];