Skip to content

Commit

Permalink
extism-cli: 1.5.4 -> 1.6.0 (NixOS#351634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 28, 2024
2 parents 5e6e422 + 247f6f0 commit 47bee99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/extism-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "extism-cli";
version = "1.5.4";
version = "1.6.0";

src = fetchFromGitHub {
owner = "extism";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-zC03cvvotRIiW4IiVTwffgMYLDrCp72pgMJHoJk5L0Q=";
hash = "sha256-FAnPyhCc1R6Xk195hTfO16WVtYVB6RPp7Ih7+uyRy2s=";
};

vendorHash = "sha256-n4Ue2TSG0zbC2uqXiNakqWQjxhbOgXnC2Y7EKP2BM8Q=";
vendorHash = "sha256-w8XqHirHfswhlBH/oSrDKLyGdbaiFjQGEZcMH+WVLYo=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 47bee99

Please sign in to comment.