2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 21:58:16 +00:00

rustypaste-cli: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2024-12-12 01:08:40 +00:00
parent 21e39e915f
commit b1bf94a39a

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "rustypaste-cli";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "orhun";
repo = "rustypaste-cli";
rev = "v${version}";
hash = "sha256-RF4SGqaEx9/OMB5XEJNiPPPGg1uwTM5ta1gwpj8mbho=";
hash = "sha256-NqY3Lp1PNnl8Vf+zJZVrcp+VHe2gZbsoEQKAhpdZzT8=";
};
cargoHash = "sha256-UaOUEuh7NNIhXOKqHEfVRv1hXld7qmdPdazATalXvQU=";
cargoHash = "sha256-vKPR3Qhnca0etDiV1I77W+J7IpzUQi7Kf7k3WuyhG4w=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security