Commit 017f0a4d authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

awsebcli: nixfmt-rfc-style

parent 4f3042a0
Loading
Loading
Loading
Loading
+14 −7
Original line number Diff line number Diff line
{ lib, python3, fetchFromGitHub, git }:
{
  lib,
  python3,
  fetchFromGitHub,
  git,
}:

let
  changeVersion = overrideFunc: version: hash: overrideFunc (oldAttrs: rec {
  changeVersion =
    overrideFunc: version: hash:
    overrideFunc (oldAttrs: rec {
      inherit version;
      src = oldAttrs.src.override {
        inherit version hash;