nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

iplookup-gtk: 0.4.0 -> 0.4.1

R. Ryantm 3978e2e8 87318350

+3 -3
+3 -3
pkgs/by-name/ip/iplookup-gtk/package.nix
··· 13 13 14 14 python3Packages.buildPythonPackage rec { 15 15 pname = "iplookup-gtk"; 16 - version = "0.4.0"; 16 + version = "0.4.1"; 17 17 pyproject = false; # Built with meson 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Bytezz"; 21 21 repo = "IPLookup-gtk"; 22 22 tag = "v${version}"; 23 - hash = "sha256-pO05WDNb9AMKXm8OqzOnk77T5sLBdURV90FgQKL9oAw="; 23 + hash = "sha256-WXLT7ThuD4/alb44mkGNLJjZPiWgNmSUqsRiO+cjdPk="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 49 49 meta = { 50 50 description = "Find info about an IP address"; 51 51 homepage = "https://github.com/Bytezz/IPLookup-gtk"; 52 - changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.rev}"; 52 + changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.tag}"; 53 53 license = lib.licenses.gpl3Plus; 54 54 mainProgram = "iplookup"; 55 55 maintainers = with lib.maintainers; [ aleksana ];