mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
rcu: 2025.001s -> 4.0.24
This commit is contained in:
parent
96c3a52592
commit
79e0c73b8f
1 changed files with 3 additions and 3 deletions
|
@ -20,15 +20,15 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "rcu";
|
||||
version = "2025.001s";
|
||||
version = "4.0.24";
|
||||
|
||||
format = "other";
|
||||
|
||||
src =
|
||||
let
|
||||
src-tarball = requireFile {
|
||||
name = "rcu-d${version}-source.tar.gz";
|
||||
hash = "sha256-QC9ieulYAmE9pwt1/eZmyI5MZfRV0f24Pe5oKtuXNok=";
|
||||
name = "rcu-${version}-source.tar.gz";
|
||||
hash = "sha256-3rZiqg8Uuta3kI2m+2rBZ1XzN9bFds+emhivH5X7sJg=";
|
||||
url = "https://www.davisr.me/projects/rcu/";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue