Merge pull request #158 from nix-community/update/nixpkgs-b4f7deb2fad9c1e4aa39169f8cf83ab5a852afab
niv nixpkgs: update b4f7deb2 -> 42c2003e
This commit is contained in:
commit
1a16cd0d28
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
sources;
|
sources;
|
||||||
inherit (pkgs.python3.pkgs) invoke;
|
inherit (pkgs.python3.pkgs) invoke;
|
||||||
|
|
||||||
terraform = pkgs.terraform_1_0.withPlugins (
|
terraform = pkgs.terraform.withPlugins (
|
||||||
p: [
|
p: [
|
||||||
p.cloudflare
|
p.cloudflare
|
||||||
p.null
|
p.null
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
"homepage": "https://github.com/NixOS/nixpkgs",
|
"homepage": "https://github.com/NixOS/nixpkgs",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b4f7deb2fad9c1e4aa39169f8cf83ab5a852afab",
|
"rev": "42c2003e5a0c21b1222e2e17f95c2cc926852ebe",
|
||||||
"sha256": "1krg23d020paivgv0q8xj21h5x7995mfpnbblcn032x98r9sp624",
|
"sha256": "1p3vqpjfhandwmy7xvnzca3ni4nkgmlfbq1mwgdq14n9dh41gq4v",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/NixOS/nixpkgs/archive/b4f7deb2fad9c1e4aa39169f8cf83ab5a852afab.tar.gz",
|
"url": "https://github.com/NixOS/nixpkgs/archive/42c2003e5a0c21b1222e2e17f95c2cc926852ebe.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"nixpkgs-update": {
|
"nixpkgs-update": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue