badger: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2024-12-09 19:45:53 +00:00
parent f602946645
commit b2a15ae45c

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "badger";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "badger";
rev = "v${version}";
hash = "sha256-2d+OnSEERWx2JNYawbnuorBl6uIIoi2oO5n7uCsUzFo=";
hash = "sha256-J9ayW+Q6ODCDlGQ1bFt5Gd2chVsVfEetny5GPklOK5E=";
};
vendorHash = "sha256-iaTR7V8l66BEadAiCftUZy7Gr+fdLRNnvBbtwdU/m/k=";
vendorHash = "sha256-0hQcaXsFUh3vYOMr2eqfMPfgy7LjiU1icOzWAgQFmTE=";
subPackages = [ "badger" ];