Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2ce9bb6107b
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ae2d600b465
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 24, 2018

  1. colm: 0.13.0.5 -> 0.13.0.6

    pSub committed May 24, 2018
    Copy the full SHA
    2522b7b View commit details
  2. ragel: 7.0.0.10 -> 7.0.0.11

    pSub committed May 24, 2018
    Copy the full SHA
    1ae2d60 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/compilers/colm/default.nix
  2. +2 −2 pkgs/development/tools/parsing/ragel/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/colm/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "colm-${version}";
version = "0.13.0.5";
version = "0.13.0.6";

src = fetchurl {
url = "http://www.colm.net/files/colm/${name}.tar.gz";
sha256 = "1320bx96ycd1xwww137cixrb983838wnrgkfsym8x5bnf5kj9rik";
sha256 = "0jd3qmqdm8yszy0yysbp3syk7pcbxvwzv9mibdwz7v9bv1nrai26";
};

nativeBuildInputs = [ makeWrapper asciidoc ];
4 changes: 2 additions & 2 deletions pkgs/development/tools/parsing/ragel/default.nix
Original file line number Diff line number Diff line change
@@ -43,8 +43,8 @@ in
};

ragelDev = generic {
version = "7.0.0.10";
sha256 = "1v4ddzxal4gf8l8nkn32qabba6nbpd2mg8sphgmdn8kaqv52nmj0";
version = "7.0.0.11";
sha256 = "0h2k9bfz9i7x9mvr9rbsrzz8fk17756zwwrkf3fppvm9ivzwdfh8";
license = stdenv.lib.licenses.mit;
};
}