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: 6a66add71129
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 798a2a6c97ff
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 27, 2018

  1. 2

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    798a2a6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/ruby-modules/bundix/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/ruby-modules/bundix/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@ buildRubyGem rec {

name = "${gemName}-${version}";
gemName = "bundix";
version = "2.3.1";
version = "2.4.0";

src = fetchFromGitHub {
owner = "manveru";
repo = "bundix";
rev = version;
sha256 = "0ap23abv6chiv7v97ic6b1qf5by6b26as5yrpxg5q7p2giyiv33v";
sha256 = "1lq8nday6031mj7ivnk2wd47v2smz6frnb8xh2yhyhpld045v1rz";
};

buildInputs = [ ruby bundler ];