From 7bcba6227324391429cede9a22f43c84b119578a Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Thu, 30 Oct 2025 08:10:22 +0100 Subject: [PATCH] rcu: 4.0.29 -> 4.0.30 (cherry picked from commit 1aeb6c7b28cbe66337ab85af9408656579e8a981) Dropped the comment for the python3Packages pinning, since that pin doesn't exist in the stable branch. --- pkgs/by-name/rc/rcu/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/rc/rcu/package.nix b/pkgs/by-name/rc/rcu/package.nix index a204aa3e044d..d00f76376f53 100644 --- a/pkgs/by-name/rc/rcu/package.nix +++ b/pkgs/by-name/rc/rcu/package.nix @@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec { pname = "rcu"; - version = "4.0.29"; + version = "4.0.30"; format = "other"; @@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec { let src-tarball = requireFile { name = "rcu-${version}-source.tar.gz"; - hash = "sha256-qbHjRKH9GOwBduyod8AOm2SYOjGUH1mYSpCTifOehVM="; + hash = "sha256-SJnDTW6oQUd+UjWgJz74Po+ibk3JfotFU7CIt4J/nDA="; url = "https://www.davisr.me/projects/rcu/"; }; in