Unverified Commit a302588c authored by superwhiskers's avatar superwhiskers
Browse files

rakudo: 2023.08 -> 2024.01

parent 701fdc64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "rakudo";
  version = "2023.08";
  version = "2024.01";

  src = fetchFromGitHub {
    owner = "rakudo";
    repo = "rakudo";
    rev = version;
    hash = "sha256-wvHMyXMkI2RarmUeC8lKGgy3TNmVQsZo/3D/eS4FUrI=";
    hash = "sha256-E4YwLds0eoh8PxcACntynQKeg8lRIsEy+JOiv8nF2t0=";
    fetchSubmodules = true;
  };