Skip to content

Commit

Permalink
rcu: 2024.001p -> 2024.001q
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Sep 15, 2024
1 parent 401a652 commit 1521f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/rc/rcu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "2024.001p";
version = "2024.001q";

format = "other";

src = let
src-tarball = requireFile {
name = "rcu-d${version}-source.tar.gz";
hash = "sha256-FtdPcv2JA/fJeD2jG/kadPhhDSbfH2QLjjvLdUZJpZQ=";
hash = "sha256-Ywk28gJBMSSQL6jEcHE8h253KOsXIGwVOag6PBWs8kg=";
url = "http://www.davisr.me/projects/rcu/";
};
in runCommand "${src-tarball.name}-unpacked" {} ''
Expand Down

0 comments on commit 1521f96

Please sign in to comment.