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>2023-03-30 01:11:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-30 01:11:32 +0000
commit3a0a076eb688664269a71cd1e631cf77145088f6 (patch)
tree4ff86b011354a14c434592ccaac259c50f8e491f /pkgs/development/web/function-runner
parent160d82edc1907a5b64d463726e0e3221c1601eac (diff)
function-runner: 3.2.3 -> 3.2.4
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 60b8b2986e20a..f9aafca58e670 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.2.3";
+  version = "3.2.4";
 
   src = fetchFromGitHub {
     owner = "Shopify";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3HhtRzeOgn2fhC7qf95Wy04hI2/d9oReX9r/BTvW5nQ=";
+    sha256 = "sha256-wppEnNsh8E8GY7iAQUNnaAqmoRZynD0s23xaOVig8vY=";
   };
 
-  cargoHash = "sha256-27QY+QQHR+bK7Sf8I6wWyYMwBZYJbEBe5ZK+zYEansQ=";
+  cargoHash = "sha256-D5oEAHB/1EIsE83b+Ph4LZzbag0qZB3Bz2/Rc3NXRtI=";
 
   meta = with lib; {
     description = "A CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";