postgresql13Packages.lantern: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm 2024-04-10 03:00:50 +00:00
parent c81c241415
commit f9157e0977
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lantern";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "lanterndata";
repo = "lantern";
rev = "v${finalAttrs.version}";
hash = "sha256-crN1KEzhiRLhQbv2O1vvjtHDV41yLyrwDpHa7mUFW64=";
hash = "sha256-viTI8hIdtoLefXyBPyFAKWr1suCvuU7rjXQOIZKLBHw=";
fetchSubmodules = true;
};