summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-28 02:40:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-28 02:40:40 +0000
commit5cb69a6ad7efa7cdf98210294193e1f812f71451 (patch)
treef29492f2b55aec82145107f4e79d1ae00fbb8fa5
parent56c409f4a91e83b02f07fc5ba56f274bb4358485 (diff)
function-runner: 3.6.0 -> 4.0.0
-rw-r--r--pkgs/development/web/function-runner/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/web/function-runner/default.nix b/pkgs/development/web/function-runner/default.nix
index 7e6d3b661834..bd2ad2862cd7 100644
--- a/pkgs/development/web/function-runner/default.nix
+++ b/pkgs/development/web/function-runner/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "function-runner";
- version = "3.6.0";
+ version = "4.0.0";
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-z03+3x1xGYSa+WVEuHBgUQ9NdqG3rCziNYcwTjWBNV8=";
+ sha256 = "sha256-cKlzv9mL6UGXHvYbQR4OcZgdjZLV5Q7EoQbW7Fx8ESo=";
};
- cargoHash = "sha256-4sgf7WfaX7jnV8YynZNLi/N8MfkuAc4tk/8eiKEyyxI=";
+ cargoHash = "sha256-/4/zaeNQ45YYBILxm11qD9rPFZxilA8kLoyWG370Knk=";
meta = with lib; {
description = "A CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";