From 8900e127d6955ec72dc3739f6dbfc64ed001a871 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 Jun 2025 13:33:14 +0000 Subject: [PATCH] lurk: 0.3.9 -> 0.3.10 --- pkgs/by-name/lu/lurk/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/lu/lurk/package.nix b/pkgs/by-name/lu/lurk/package.nix index 582d909b5202..183b8bf5399c 100644 --- a/pkgs/by-name/lu/lurk/package.nix +++ b/pkgs/by-name/lu/lurk/package.nix @@ -6,17 +6,17 @@ rustPlatform.buildRustPackage rec { pname = "lurk"; - version = "0.3.9"; + version = "0.3.10"; src = fetchFromGitHub { owner = "jakwai01"; repo = "lurk"; tag = "v${version}"; - hash = "sha256-KiM5w0YPxEpJ4cR/8YfhWlTrffqf5Ak1eu0yxgOmqUs="; + hash = "sha256-5riwosaT7QjRFnIFRAcyLul7i1g8OpHyUuuJNOROTF0="; }; useFetchCargoVendor = true; - cargoHash = "sha256-N8jAmD9IpR+HALWpqp7y/wp75JVb4zgzoLT5oJ06njY="; + cargoHash = "sha256-CDrqcKNhQYbtDaasyCQ6VPGdIrW34VBKPDpbFeommAc="; postPatch = '' substituteInPlace src/lib.rs \