librtprocess: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2022-03-18 10:18:07 +00:00
parent b19c177b87
commit 16ce18bab3

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