postgresqlJitPackages.lantern: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm 2024-03-11 18:11:45 +00:00
parent 9b4057a0b5
commit e3acd5fbcf

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lantern";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "lanterndata";
repo = "lantern";
rev = "v${finalAttrs.version}";
hash = "sha256-B8Dpt/VmD/QzNzfRSlhijnVEd/EuTOP+MI/qERcIbOU=";
hash = "sha256-UP3txEBBJV/iOOBDVpRCrsoiAp6QEOHTomlLmbeTQdU=";
fetchSubmodules = true;
};