mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #302991 from r-ryantm/auto-update/postgresql13Packages.lantern
postgresql13Packages.lantern: 0.2.2 -> 0.2.3 Closes https://github.com/NixOS/nixpkgs/pull/302992 Closes https://github.com/NixOS/nixpkgs/pull/302994 Closes https://github.com/NixOS/nixpkgs/pull/302995 Closes https://github.com/NixOS/nixpkgs/pull/302996 Closes https://github.com/NixOS/nixpkgs/pull/302997 Closes https://github.com/NixOS/nixpkgs/pull/302998 Closes https://github.com/NixOS/nixpkgs/pull/302999 Closes https://github.com/NixOS/nixpkgs/pull/303000 Closes https://github.com/NixOS/nixpkgs/pull/303001
This commit is contained in:
commit
680ca0e593
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user