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 \