Merge pull request #291079 from r-ryantm/auto-update/postgresql14Packages.lantern

postgresql14Packages.lantern: 0.0.12 -> 0.2.0
This commit is contained in:
Mario Rodas 2024-02-24 08:03:23 -05:00 committed by GitHub
commit 0700ae3f32
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.0.12";
version = "0.2.0";
src = fetchFromGitHub {
owner = "lanterndata";
repo = "lantern";
rev = "v${finalAttrs.version}";
hash = "sha256-PJLpRX5IuHBz7xywgD/lXfr6c6Kn1XmQ6MCGSuKPmlE=";
hash = "sha256-B8Dpt/VmD/QzNzfRSlhijnVEd/EuTOP+MI/qERcIbOU=";
fetchSubmodules = true;
};