litefs: 0.5.10 -> 0.5.11

This commit is contained in:
R. Ryantm 2024-01-25 11:34:40 +00:00
parent 06570e5418
commit 1994da38d0

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=";