From 1ebbd96f3522f742539af68a28ffe2a7e333d2df Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 6 May 2026 15:44:16 +0000 Subject: [PATCH] surfpool: 1.2.0 -> 1.2.1 --- pkgs/by-name/su/surfpool/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/su/surfpool/package.nix b/pkgs/by-name/su/surfpool/package.nix index 131375083577..56a34be234e4 100644 --- a/pkgs/by-name/su/surfpool/package.nix +++ b/pkgs/by-name/su/surfpool/package.nix @@ -19,18 +19,18 @@ in rustPlatform.buildRustPackage (finalAttrs: { pname = "surfpool-cli"; - version = "1.2.0"; + version = "1.2.1"; __structuredAttrs = true; src = fetchFromGitHub { owner = "solana-foundation"; repo = "surfpool"; tag = "v${finalAttrs.version}"; - hash = "sha256-PGCzlnu7YxueQ16uae2818I9vXWdMRFRGaFzg2DIIgo="; + hash = "sha256-oO6K8OJXj2HQOExhT/6auCjfCOpUrSkHJJncztCjRWU="; fetchSubmodules = true; }; - cargoHash = "sha256-ephKNAJ9PtTz/EN9dGFn6LnIySU0g/GNz8Jg9JDKTSI="; + cargoHash = "sha256-MLWXYVVmJXxUY6LRsi8LiVJbVAAvcA3wbT8eiz4pAaE="; postPatch = '' # instead of downloading the surfpool-web-ui at build time, we fetch it beforehand and use it