Skip to content

Commit c36c182

Browse files
committed
chore: cleanup file
1 parent 0b6cdd7 commit c36c182

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

nix/wal-g.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
lib,
3-
buildGoModule,
4-
fetchFromGitHub,
5-
brotli,
6-
libsodium,
7-
installShellFiles,
1+
{ lib
2+
, buildGoModule
3+
, fetchFromGitHub
4+
, brotli
5+
, libsodium
6+
, installShellFiles
7+
,
88
}:
99

1010
let
@@ -68,7 +68,7 @@ in
6868
# wal-g v2.0.1
6969
wal-g-2 = walGCommon {
7070
version = "2.0.1";
71-
sha256 = "sha256-5mwA55aAHwEFabGZ6c3pi8NLcYofvoe4bb/cFj7NWok=";
71+
sha256 = "sha256-5mwA55aAHwEFabGZ6c3pi8NLcYofvoe4bb/cFj7NWok=";
7272
vendorHash = "sha256-BbQuY6r30AkxlCZjY8JizaOrqEBdv7rIQet9KQwYB/g=";
7373
majorVersion = "2";
7474
};
@@ -80,4 +80,4 @@ in
8080
vendorHash = "sha256-YDLAmRfDl9TgbabXj/1rxVQ052NZDg3IagXVTe5i9dw=";
8181
majorVersion = "3";
8282
};
83-
}
83+
}

0 commit comments

Comments
 (0)