Skip to content

Commit

Permalink
opentofu: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed May 9, 2024
1 parent 6a81ed7 commit c16af61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/opentofu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
let
package = buildGoModule rec {
pname = "opentofu";
version = "1.7.0";
version = "1.7.1";

src = fetchFromGitHub {
owner = "opentofu";
repo = "opentofu";
rev = "v${version}";
hash = "sha256-e0u8aFua3oMsBafwRPYuWQ9M6DtC7f9LlCDGJ5vdAWE=";
hash = "sha256-201zceUedEl93nyglWJo0f9SDfFX31toP0MzzHQeJds=";
};

vendorHash = "sha256-cML742FfWFNIwGyIdRd3JWcfDlOXnJVgUXz4j5fa74Q=";
Expand Down

0 comments on commit c16af61

Please sign in to comment.