Merge pull request #164695 from r-ryantm/auto-update/librtprocess

librtprocess: 0.11.0 -> 0.12.0
This commit is contained in:
Ryan Mulligan 2022-03-21 10:03:06 -07:00 committed by GitHub
commit 2c6ad38a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "librtprocess";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "CarVac";
repo = pname;
rev = version;
sha256 = "1bivy3rymmmkdx5phbxq4qaq15hw633dgpks57z9ara15mh817xx";
sha256 = "sha256-/1o6SWUor+ZBQ6RsK2PoDRu03jcVRG58PNYFttriH2w=";
};
nativeBuildInputs = [ cmake ];