Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9da092d14795
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f1d9510c991d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 24, 2020

  1. rakudo: 2020.05 -> 2020.05.1

    r-ryantm committed May 24, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    926e43c View commit details

Commits on May 25, 2020

  1. Merge pull request #88761 from r-ryantm/auto-update/rakudo

    rakudo: 2020.05 -> 2020.05.1
    ryantm authored May 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    f1d9510 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/rakudo/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/rakudo/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "rakudo";
version = "2020.05";
version = "2020.05.1";

src = fetchurl {
url = "https://www.rakudo.org/dl/rakudo/rakudo-${version}.tar.gz";
sha256 = "08d1591k8lhyw3kmxq53lf24wg6d61lg2xc81zzcglask9n9ilc6";
sha256 = "1m4xpghhgi7iijbzvr7bzkay7k93bwpvdg58jp31csrwdzz4q5z1";
};

buildInputs = [ icu zlib gmp perl ];