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-06-13 01:48:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-13 01:48:00 +0000
commit107bfb2530f9d7adfc92e8ca5857303b5707e907 (patch)
tree33e70d343321cf77475be9f2e6f926f3c5627d3d /pkgs/development/web/function-runner
parent0e3a6393a095c0979a3fbb5e48572a48010dce71 (diff)
downloadnixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.tar
nixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.tar.gz
nixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.tar.bz2
nixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.tar.lz
nixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.tar.xz
nixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.tar.zst
nixlib-107bfb2530f9d7adfc92e8ca5857303b5707e907.zip
function-runner: 5.0.0 -> 5.1.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 ffbaff4b2500..f183118fab8a 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 = "5.0.0";
+  version = "5.1.0";
 
   src = fetchFromGitHub {
     owner = "Shopify";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Li3v3kXze0KgK16XVwdshZWaRF89YSC1Yk9iHXfGWKI=";
+    sha256 = "sha256-jhT/xkkPC0gpQqn2gOymEYP1afULd4W7pf7Z8XHGces=";
   };
 
-  cargoHash = "sha256-jPiy4ULEfF/aRhWV1j2SOIe2u9uctEsmzWQ6MLXRu7A=";
+  cargoHash = "sha256-kiic/rVvSUxNGfEYAa23WOgyfCcnG4oI/iP1OfkL95Y=";
 
   meta = with lib; {
     description = "CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";