From 69eb665ac11e08bfcde6cef12788c9e3772d643f Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 3 Jun 2025 14:12:31 +0900 Subject: [PATCH] serpl: update cargoHash in updateScript --- pkgs/by-name/se/serpl/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/se/serpl/package.nix b/pkgs/by-name/se/serpl/package.nix index 24cc7ae109c5..255a3d36ba03 100644 --- a/pkgs/by-name/se/serpl/package.nix +++ b/pkgs/by-name/se/serpl/package.nix @@ -2,7 +2,7 @@ lib, rustPlatform, fetchFromGitHub, - gitUpdater, + nix-update-script, makeWrapper, ast-grep, ripgrep, @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage { }" ''; - passthru.updateScript = gitUpdater { }; + passthru.updateScript = nix-update-script { }; meta = { description = "Simple terminal UI for search and replace, ala VS Code";