···1314python3Packages.buildPythonPackage rec {
15 pname = "iplookup-gtk";
16- version = "0.4.0";
17 pyproject = false; # Built with meson
1819 src = fetchFromGitHub {
20 owner = "Bytezz";
21 repo = "IPLookup-gtk";
22 tag = "v${version}";
23- hash = "sha256-pO05WDNb9AMKXm8OqzOnk77T5sLBdURV90FgQKL9oAw=";
24 };
2526 nativeBuildInputs = [
···49 meta = {
50 description = "Find info about an IP address";
51 homepage = "https://github.com/Bytezz/IPLookup-gtk";
52- changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.rev}";
53 license = lib.licenses.gpl3Plus;
54 mainProgram = "iplookup";
55 maintainers = with lib.maintainers; [ aleksana ];
···1314python3Packages.buildPythonPackage rec {
15 pname = "iplookup-gtk";
16+ version = "0.4.1";
17 pyproject = false; # Built with meson
1819 src = fetchFromGitHub {
20 owner = "Bytezz";
21 repo = "IPLookup-gtk";
22 tag = "v${version}";
23+ hash = "sha256-WXLT7ThuD4/alb44mkGNLJjZPiWgNmSUqsRiO+cjdPk=";
24 };
2526 nativeBuildInputs = [
···49 meta = {
50 description = "Find info about an IP address";
51 homepage = "https://github.com/Bytezz/IPLookup-gtk";
52+ changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.tag}";
53 license = lib.licenses.gpl3Plus;
54 mainProgram = "iplookup";
55 maintainers = with lib.maintainers; [ aleksana ];
+3-2
pkgs/by-name/li/limine/package.nix
···42# as bootloader for various platforms and corresponding binary and helper files.
43stdenv.mkDerivation (finalAttrs: {
44 pname = "limine";
45- version = "9.3.1";
4647 # We don't use the Git source but the release tarball, as the source has a
48 # `./bootstrap` script performing network access to download resources.
49 # Packaging that in Nix is very cumbersome.
50 src = fetchurl {
51 url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";
52- hash = "sha256-KRHWXrsJ1l9gFq0j2gB/MQobqNe3Z8rknrs4m7WMRFU=";
53 };
5455 enableParallelBuilding = true;
···113 maintainers = with lib.maintainers; [
114 lzcunt
115 phip1611
0116 surfaceflinger
117 ];
118 };
···42# as bootloader for various platforms and corresponding binary and helper files.
43stdenv.mkDerivation (finalAttrs: {
44 pname = "limine";
45+ version = "9.3.2";
4647 # We don't use the Git source but the release tarball, as the source has a
48 # `./bootstrap` script performing network access to download resources.
49 # Packaging that in Nix is very cumbersome.
50 src = fetchurl {
51 url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";
52+ hash = "sha256-aYzNgErrlRIIv4hmekdoPMCZ4g5xDYIeTUJhEkfuuJQ=";
53 };
5455 enableParallelBuilding = true;
···113 maintainers = with lib.maintainers; [
114 lzcunt
115 phip1611
116+ prince213
117 surfaceflinger
118 ];
119 };