lurk: 0.3.9 -> 0.3.10 (#419566)

This commit is contained in:
Nick Cao
2025-06-24 16:53:13 -04:00
committed by GitHub
+3 -3
View File
@@ -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 \