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

litefs: 0.4.0 -> 0.5.1
This commit is contained in:
Pol Dellaiera 2023-07-26 14:42:18 +02:00 committed by GitHub
commit 114a155a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "litefs";
version = "0.4.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "superfly";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CmWtQzoY/xY/LZL2swhYtDzPvpVOvKlhUH3plDEHrGI=";
sha256 = "sha256-95q10NQer/KPfBVpabupvm3wuhacnqNG3lXc1pzV3Js=";
};
vendorHash = "sha256-1I18ITgFPpUv0mPrt1biJmQV9qd9HB23zJmnDp5WzkA=";
vendorHash = "sha256-4e1tAAXM2EYuqe1AbN1wng/bq1BP7MSOV6woeKjc3x4=";
subPackages = [ "cmd/litefs" ];