Maximilian Bosch 2020-11-11 23:26:21 +01:00
parent 55153b8b48
commit 11c8a6e4f7
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 4 additions and 4 deletions

View file

@ -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}";

View file

@ -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"];