We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6cdd7 commit c36c182Copy full SHA for c36c182
nix/wal-g.nix
@@ -1,10 +1,10 @@
1
-{
2
- lib,
3
- buildGoModule,
4
- fetchFromGitHub,
5
- brotli,
6
- libsodium,
7
- installShellFiles,
+{ lib
+, buildGoModule
+, fetchFromGitHub
+, brotli
+, libsodium
+, installShellFiles
+,
8
}:
9
10
let
@@ -68,7 +68,7 @@ in
68
# wal-g v2.0.1
69
wal-g-2 = walGCommon {
70
version = "2.0.1";
71
- sha256 = "sha256-5mwA55aAHwEFabGZ6c3pi8NLcYofvoe4bb/cFj7NWok=";
+ sha256 = "sha256-5mwA55aAHwEFabGZ6c3pi8NLcYofvoe4bb/cFj7NWok=";
72
vendorHash = "sha256-BbQuY6r30AkxlCZjY8JizaOrqEBdv7rIQet9KQwYB/g=";
73
majorVersion = "2";
74
};
@@ -80,4 +80,4 @@ in
80
vendorHash = "sha256-YDLAmRfDl9TgbabXj/1rxVQ052NZDg3IagXVTe5i9dw=";
81
majorVersion = "3";
82
83
-}
+}
0 commit comments