about summary refs log tree commit diff
path: root/pkgs/development/web/function-runner
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-01 06:14:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-01 06:14:06 +0000
commita37111456e2d11b9dbb7b255f3036736e391ab5f (patch)
tree189155c0f46b9823a5a90e0293c26e9a527fc2ce /pkgs/development/web/function-runner
parent0b8f8e0cd9a072620f3054d066acbcc7d5566dd3 (diff)
downloadnixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.tar
nixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.tar.gz
nixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.tar.bz2
nixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.tar.lz
nixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.tar.xz
nixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.tar.zst
nixlib-a37111456e2d11b9dbb7b255f3036736e391ab5f.zip
function-runner: 4.1.0 -> 4.2.0
Diffstat (limited to 'pkgs/development/web/function-runner')
-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 7582800e25bd..a3526a0c5584 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.1.0";
+  version = "4.2.0";
 
   src = fetchFromGitHub {
     owner = "Shopify";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-o+fsIBH/vONlb57m3+upKG2Gss6s7yBNATkbKtSHf/0=";
+    sha256 = "sha256-33UVo7mPD/o3Z/R5PFhosiSLFLLpJ0pHqUbKtX6THJE=";
   };
 
-  cargoHash = "sha256-7ACi4orqpmWiaMYmOjICR6/d1kVySzaaCWIoUxqnhpI=";
+  cargoHash = "sha256-TNbGmqITCk1VKVuO46LxO+zjAG7Laguq7EAruuhJIxk=";
 
   meta = with lib; {
     description = "A CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";