rustypaste: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm
2025-03-22 00:48:36 +00:00
parent b9a69c9b57
commit 4e6065f903
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "rustypaste";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "orhun";
repo = "rustypaste";
rev = "v${version}";
sha256 = "sha256-Kv6hmqqGY9SssiT/MYmYCZ71N8CHFTT7K4q7eMdQTQU=";
sha256 = "sha256-Jfi2Q6551g58dfOqtHtWxkbxwYV71f7MIuLB8RbaR94=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-g7HoDPNP6DeV6NlC/F5KxBVMMgLw6zvVmOUe6yndRMQ=";
cargoHash = "sha256-10tBbn4XtdUNhfzb+KpwFGZAc7YVIEQRaqNLzJC1GGI=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreServices