Mario Rodas 2024-04-15 02:00:08 -05:00 committed by GitHub
commit 3bcababc10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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