mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
committed by
github-actions[bot]
parent
67bf56fa8c
commit
8b2ea03133
@@ -13,14 +13,14 @@
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "iplookup-gtk";
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
pyproject = false; # Built with meson
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bytezz";
|
||||
repo = "IPLookup-gtk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pO05WDNb9AMKXm8OqzOnk77T5sLBdURV90FgQKL9oAw=";
|
||||
hash = "sha256-WXLT7ThuD4/alb44mkGNLJjZPiWgNmSUqsRiO+cjdPk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -49,7 +49,7 @@ python3Packages.buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Find info about an IP address";
|
||||
homepage = "https://github.com/Bytezz/IPLookup-gtk";
|
||||
changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.rev}";
|
||||
changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.tag}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "iplookup";
|
||||
maintainers = with lib.maintainers; [ aleksana ];
|
||||
|
||||
Reference in New Issue
Block a user