Merge pull request #295082 from r-ryantm/auto-update/postgresqlJitPackages.lantern

postgresqlJitPackages.lantern: 0.2.0 -> 0.2.1
This commit is contained in:
Mario Rodas 2024-03-12 01:46:00 -05:00 committed by GitHub
commit a55ee60608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};