about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-21 10:03:06 -0700
committerGitHub <noreply@github.com>2022-03-21 10:03:06 -0700
commit2c6ad38a20c99c72a54d2e471a6a5690d039687f (patch)
tree5f2caccd2b72a75e102f938410765fcbb1eb4166 /pkgs/development/libraries
parent0ecdc958225bfef576d852526c7e5256bac9ffd6 (diff)
parent16ce18bab3f25056216f8fd7f8f26fc0f11d381f (diff)
Merge pull request #164695 from r-ryantm/auto-update/librtprocess
librtprocess: 0.11.0 -> 0.12.0
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/librtprocess/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librtprocess/default.nix b/pkgs/development/libraries/librtprocess/default.nix
index 3e44bfd3d7dd9..c7e9b3895d987 100644
--- a/pkgs/development/libraries/librtprocess/default.nix
+++ b/pkgs/development/libraries/librtprocess/default.nix
@@ -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 ];