We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6661df + 79e0c73 commit bf9e2afCopy full SHA for bf9e2af
pkgs/by-name/rc/rcu/package.nix
@@ -20,15 +20,15 @@
20
21
python3Packages.buildPythonApplication rec {
22
pname = "rcu";
23
- version = "2025.001s";
+ version = "4.0.24";
24
25
format = "other";
26
27
src =
28
let
29
src-tarball = requireFile {
30
- name = "rcu-d${version}-source.tar.gz";
31
- hash = "sha256-QC9ieulYAmE9pwt1/eZmyI5MZfRV0f24Pe5oKtuXNok=";
+ name = "rcu-${version}-source.tar.gz";
+ hash = "sha256-3rZiqg8Uuta3kI2m+2rBZ1XzN9bFds+emhivH5X7sJg=";
32
url = "https://www.davisr.me/projects/rcu/";
33
};
34
in
0 commit comments