From b8da487f774aa2399b79bbde5f2e6e13be4fce1c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 May 2024 10:51:42 +0200 Subject: feat: decode brotli-compressed files --- gomod2nix.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gomod2nix.toml') diff --git a/gomod2nix.toml b/gomod2nix.toml index 12e719c..10abba0 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -4,6 +4,9 @@ schema = 3 [mod."github.com/RoaringBitmap/roaring"] version = "v1.9.3" hash = "sha256-LZfRufkU4UhuEcgxuCPd6divX2KIdcHp1FOt79mQV7Q=" + [mod."github.com/andybalholm/brotli"] + version = "v1.1.0" + hash = "sha256-njLViV4v++ZdgOWGWzlvkefuFvA/nkugl3Ta/h1nu/0=" [mod."github.com/bcicen/jstream"] version = "v1.0.1" hash = "sha256-mm+/BuIEYYj6XOHCCJLxVMKd1XcBXCiRCWA+aTvr1sE=" -- cgit 1.4.1