nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

extism-cli: 1.5.1 -> 1.5.2

+3 -3
+3 -3
pkgs/development/tools/extism-cli/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "extism-cli"; 10 - version = "1.5.1"; 10 + version = "1.5.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "extism"; 14 14 repo = "cli"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-b+X0pFrKhcfzucUM8akV061zslkdF1Jc9X1aqCqXagU="; 16 + hash = "sha256-kAdvQtc3FWXQffL1KRg4peeAJ+0439n609jTV9u11aA="; 17 17 }; 18 18 19 - vendorHash = "sha256-5QSZDPRMlLVyOQGCSxNC5BBiuegschkHA0sWvOVAODI="; 19 + vendorHash = "sha256-yQ6LGWNVWxrUqFskt22+G9OfbcKfHXh1bf4uNoATsxg="; 20 20 21 21 nativeBuildInputs = [ installShellFiles ]; 22 22