orcania: 2.2.2 -> 2.3.0

This commit is contained in:
Markus Kowalewski 2022-08-05 23:07:42 +02:00
parent 1bbd743145
commit 6626ca0232
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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 ];