Skip to content

Commit 6306e28

Browse files
committed
chore: build wal-g in ci and copy to binary cache on success
1 parent b49b77a commit 6306e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/wal-g.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ in
6363
# wal-g v2.0.1
6464
wal-g = walGCommon {
6565
version = "2.0.1";
66-
sha256 = "sha256-5mwA55aAHwEFabGZ6c3pi8NLcYofvoe4bb/cFj7NWok="; # Replace with actual sha256 for v2.0.1
67-
vendorHash = "sha256-BbQuY6r30AkxlCZjY8JizaOrqEBdv7rIQet9KQwYB/g="; # Replace with actual vendorHash for v2.0.1
66+
sha256 = "sha256-5mwA55aAHwEFabGZ6c3pi8NLcYofvoe4bb/cFj7NWok=";
67+
vendorHash = "sha256-BbQuY6r30AkxlCZjY8JizaOrqEBdv7rIQet9KQwYB/g=";
6868
};
6969

7070
# wal-g v3.0.5

0 commit comments

Comments
 (0)