about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-19 12:01:41 +0000
committerGitHub <noreply@github.com>2024-04-19 12:01:41 +0000
commit183a214e9e4d9e253165b9d0b98db0891163fa67 (patch)
tree13d977cf22ac863f3c6097695ce6785a4e230492 /pkgs/development/web
parent3083d2abe37408a713f325d901e1f3e01edc8f66 (diff)
parent11b87cbe5984013635d05c44e9908d12339470d6 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/web')
-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 ba1be2863f81f..1eb7dff5b2e2b 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 = "4.2.0";
+  version = "5.0.0";
 
   src = fetchFromGitHub {
     owner = "Shopify";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-33UVo7mPD/o3Z/R5PFhosiSLFLLpJ0pHqUbKtX6THJE=";
+    sha256 = "sha256-Li3v3kXze0KgK16XVwdshZWaRF89YSC1Yk9iHXfGWKI=";
   };
 
-  cargoHash = "sha256-TNbGmqITCk1VKVuO46LxO+zjAG7Laguq7EAruuhJIxk=";
+  cargoHash = "sha256-jPiy4ULEfF/aRhWV1j2SOIe2u9uctEsmzWQ6MLXRu7A=";
 
   meta = with lib; {
     description = "A CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";