orcania: 2.2.1 -> 2.2.2

main
R. Ryantm 2 years ago
parent 12769bc7e1
commit 4e5c3ba35e
  1. 4
      pkgs/development/libraries/orcania/default.nix

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake, check, subunit }:
stdenv.mkDerivation rec {
pname = "orcania";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "babelouest";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6Libn+S5c7sCmKGq8KojiUhI18zO37rgiiVwQxP3p4o=";
sha256 = "sha256-lrc4VEqmCp/P/h0+5/ix6tx4pjfkLy9BLBZtKYLlyGI=";
};
nativeBuildInputs = [ cmake ];

Loading…
Cancel
Save