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

Commits on May 21, 2019

  1. colm: 0.13.0.6 -> 0.13.0.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/colm/versions
    r-ryantm committed May 21, 2019
    Copy the full SHA
    ce60442 View commit details

Commits on May 25, 2019

  1. ragelDev: 7.0.0.11 -> 7.0.0.12

    marsam committed May 25, 2019
    Copy the full SHA
    429d71d View commit details
  2. Merge pull request #61799 from r-ryantm/auto-update/colm

    colm: 0.13.0.6 -> 0.13.0.7
    marsam authored May 25, 2019
    Copy the full SHA
    2583737 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.6";
version = "0.13.0.7";

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

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.11";
sha256 = "0h2k9bfz9i7x9mvr9rbsrzz8fk17756zwwrkf3fppvm9ivzwdfh8";
version = "7.0.0.12";
sha256 = "0x3si355lv6q051lgpg8bpclpiq5brpri5lv3p8kk2qhzfbyz69r";
license = stdenv.lib.licenses.mit;
};
}