Skip to content

Commit bf9e2af

Browse files
authored
rcu: 2025.001s -> 4.0.24 (#410770)
2 parents a6661df + 79e0c73 commit bf9e2af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/rc/rcu/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
python3Packages.buildPythonApplication rec {
2222
pname = "rcu";
23-
version = "2025.001s";
23+
version = "4.0.24";
2424

2525
format = "other";
2626

2727
src =
2828
let
2929
src-tarball = requireFile {
30-
name = "rcu-d${version}-source.tar.gz";
31-
hash = "sha256-QC9ieulYAmE9pwt1/eZmyI5MZfRV0f24Pe5oKtuXNok=";
30+
name = "rcu-${version}-source.tar.gz";
31+
hash = "sha256-3rZiqg8Uuta3kI2m+2rBZ1XzN9bFds+emhivH5X7sJg=";
3232
url = "https://www.davisr.me/projects/rcu/";
3333
};
3434
in

0 commit comments

Comments
 (0)