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

Commits on Nov 11, 2020

  1. Unverified

    The signing certificate or its chain could not be verified.
    Copy the full SHA
    7eeecd4 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/tools/vagrant/default.nix
  2. +2 −2 pkgs/development/tools/vagrant/gemset.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/vagrant/default.nix
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@
let
# NOTE: bumping the version and updating the hash is insufficient;
# you must use bundix to generate a new gemset.nix in the Vagrant source.
version = "2.2.11";
version = "2.2.13";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "sha256-KDQDEMebqQYgsBroHmQrm/OJWTES9C9eGl0dDHTBpIc=";
sha256 = "sha256-NN+8t08yycINbtxOjhOWU96nJ0fZKDAopEr3WyAeG8U=";

deps = bundlerEnv rec {
name = "${pname}-${version}";
4 changes: 2 additions & 2 deletions pkgs/development/tools/vagrant/gemset.nix
Original file line number Diff line number Diff line change
@@ -138,10 +138,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1w923wmdi3gyiky0asqdw5dnh3gcjs2xyn82ajvjfjwh6sn0clgi";
sha256 = "07q48aca4r782jh53znqq7ams4pcf1dhmq21dwhyxzjqfclcb48g";
type = "gem";
};
version = "3.2.1";
version = "3.3.0";
};
little-plugger = {
groups = ["default"];