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: 1a18a33b2dbd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b737f2535ede
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 6, 2020

  1. rakudo: 2020.02.1 -> 2020.05

    dependencies:
    moarvm: 2020.02.1 -> 2020.05
    nqp: 2020.02.1 -> 2020.05
    stigtsp committed May 6, 2020
    Copy the full SHA
    cc1a171 View commit details
  2. Merge pull request #87097 from stigtsp/package/rakudo-2020.05

    rakudo: 2020.02.1 -> 2020.05
    Mic92 authored May 6, 2020
    Copy the full SHA
    b737f25 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 pkgs/development/interpreters/rakudo/default.nix
  2. +2 −2 pkgs/development/interpreters/rakudo/moarvm.nix
  3. +2 −2 pkgs/development/interpreters/rakudo/nqp.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.02.1";
version = "2020.05";

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

buildInputs = [ icu zlib gmp perl ];
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/rakudo/moarvm.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "moarvm";
version = "2020.02.1";
version = "2020.05";

src = fetchurl {
url = "https://www.moarvm.org/releases/MoarVM-${version}.tar.gz";
sha256 = "0cnnyjyci24pbws2cic80xdr7a5g3qvrsi221c6bpbnpkar81jw2";
sha256 = "0jw29846nky7gz129knjcx58qr7nbn8j7hs8k92i11zaj73d4s4k";
};

buildInputs = [ perl ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices ApplicationServices ];
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/rakudo/nqp.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "nqp";
version = "2020.02.1";
version = "2020.05";

src = fetchurl {
url = "https://github.com/perl6/nqp/releases/download/${version}/nqp-${version}.tar.gz";
sha256 = "0zw3g7viyq4n4qwy0laww2mzz6wrzkfcq4fm82scy1mh65r7bdgj";
sha256 = "0xxm0vlra1g467cxc5v65p8pc46w7r9wkcddjl8nk2lnvgcr46r9";
};

buildInputs = [ perl ];