From a562ae92a5908263dc71482b21621c686dafe9e8 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 5 Sep 2023 13:57:16 -0400 Subject: [PATCH] rustypaste: 0.13.0 -> 0.14.0 Diff: https://github.com/orhun/rustypaste/compare/v0.13.0...v0.14.0 Changelog: https://github.com/orhun/rustypaste/blob/v0.14.0/CHANGELOG.md --- pkgs/servers/rustypaste/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/rustypaste/default.nix b/pkgs/servers/rustypaste/default.nix index b1777fa0c5c1..76295880d494 100644 --- a/pkgs/servers/rustypaste/default.nix +++ b/pkgs/servers/rustypaste/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "rustypaste"; - version = "0.13.0"; + version = "0.14.0"; src = fetchFromGitHub { owner = "orhun"; repo = pname; rev = "v${version}"; - sha256 = "sha256-dyj5Zg49APsRLaOOCvyZ7X8qNLgzRcBZBCS5IR0dDCs="; + sha256 = "sha256-bVy3/Ot4cb2Tr+wEDtWD3W2FYlXQVQ6tYC8DDyCiivY="; }; - cargoHash = "sha256-yw1ldacFxTKV1/A2XxZAZ2DpC0gJFjeGz5Yduw3RZEU="; + cargoHash = "sha256-lCpp1VM6G36mFCm3u+4trsdFszd8SbUEgK1iIm/LwQ4="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices