Merge pull request #283744 from r-ryantm/auto-update/litefs

litefs: 0.5.10 -> 0.5.11
This commit is contained in:
Nick Cao 2024-01-25 12:20:06 -05:00 committed by GitHub
commit e56611fdc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "litefs";
version = "0.5.10";
version = "0.5.11";
src = fetchFromGitHub {
owner = "superfly";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e7RBiUHMndOz1n8gWlx+4ifnueWgPu482KIAXaSEhl0=";
sha256 = "sha256-I12bKImZkvAMyfwb6r/NxE+BcUk+SalN+cIDXP0q4xA=";
};
vendorHash = "sha256-FcYPe4arb+jbxj4Tl6bRRAnkEvw0rkECIo8/zC79lOA=";