Skip to content

Commit

Permalink
update readme & release to use version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
corpix committed Aug 14, 2022
1 parent 5e332f4 commit 9a5f7e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
nixos = {
source = "corpix/nixos"
version = "0.0.11"
version = "0.0.12"
}
}
}
Expand Down Expand Up @@ -60,9 +60,9 @@ in terraform.withPlugins (p: [
(mkProvider rec {
owner = "corpix";
repo = "terraform-provider-nixos";
rev = "0.0.11";
rev = "0.0.12";
version = rev;
sha256 = "sha256-xXwv4g+IJtz3xEdhjF6MRqREbmj8Ubu8s/jvNxh17lk=";
sha256 = "sha256-RV0A6S+7zLGzNqOy4upLVjfPwhI8HcPZOR1qSDGUcW0=";
vendorSha256 = null;
provider-source-address = "registry.terraform.io/corpix/nixos";
})
Expand All @@ -82,7 +82,7 @@ terraform {
required_providers {
nixos = {
source = "corpix/nixos"
version = "0.0.11"
version = "0.0.12"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ in terraform.withPlugins (p: [
(mkProvider rec {
owner = "corpix";
repo = "terraform-provider-nixos";
rev = "0.0.11";
rev = "0.0.12";
version = rev;
sha256 = "sha256-xXwv4g+IJtz3xEdhjF6MRqREbmj8Ubu8s/jvNxh17lk=";
sha256 = "sha256-RV0A6S+7zLGzNqOy4upLVjfPwhI8HcPZOR1qSDGUcW0=";
vendorSha256 = null;
provider-source-address = "registry.terraform.io/corpix/nixos";
})
Expand Down

0 comments on commit 9a5f7e0

Please sign in to comment.