hareThirdParty.hare-ssh: format with nixfmt-rfc-style

Changed files
+7 -2
pkgs
development
hare-third-party
hare-ssh
+7 -2
pkgs/development/hare-third-party/hare-ssh/default.nix
···
-
{ 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";