rustypaste-cli: 0.9.5 -> 0.10.0 (#547301)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-30 10:34:57 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rustypaste-cli";
version = "0.9.5";
version = "0.10.0";
src = fetchFromGitHub {
owner = "orhun";
repo = "rustypaste-cli";
rev = "v${finalAttrs.version}";
hash = "sha256-7SuX7abFrQegELvlwFRvt7yRmNWq1egIzYIkAvG4eQQ=";
hash = "sha256-ALv+3ZcU5oX3nROB86G5vyT7rO/DiU/akyP+lWXDQwc=";
};
cargoHash = "sha256-aEvkRI467cE2S3q4uIHypclhVk9X/GXi3MiLsxPgANQ=";
cargoHash = "sha256-2nwtzOJ1VzXSm0u82vjFop9IkPJJ4hlrBXFVUm6RH9Q=";
meta = {
description = "CLI tool for rustypaste";