From f3057406bf4a1247bb8a6bbf8f58eb38cc5f025d Mon Sep 17 00:00:00 2001 From: Coutinho de Souza Date: Thu, 23 May 2024 20:07:07 -0300 Subject: [PATCH] hareThirdParty.hare-ssh: format with nixfmt-rfc-style --- pkgs/development/hare-third-party/hare-ssh/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/hare-third-party/hare-ssh/default.nix b/pkgs/development/hare-third-party/hare-ssh/default.nix index d25669f36643..87a34de0c32e 100644 --- a/pkgs/development/hare-third-party/hare-ssh/default.nix +++ b/pkgs/development/hare-third-party/hare-ssh/default.nix @@ -1,8 +1,13 @@ -{ lib, stdenv, hare, hareThirdParty, fetchFromSourcehut }: +{ + fetchFromSourcehut, + hare, + lib, + stdenv, +}: stdenv.mkDerivation (finalAttrs: { pname = "hare-ssh"; - version = "unstable-2023-11-16"; + version = "0-unstable-2023-11-16"; src = fetchFromSourcehut { owner = "~sircmpwn";