···13131414python3Packages.buildPythonPackage rec {
1515 pname = "iplookup-gtk";
1616- version = "0.4.0";
1616+ version = "0.4.1";
1717 pyproject = false; # Built with meson
18181919 src = fetchFromGitHub {
2020 owner = "Bytezz";
2121 repo = "IPLookup-gtk";
2222 tag = "v${version}";
2323- hash = "sha256-pO05WDNb9AMKXm8OqzOnk77T5sLBdURV90FgQKL9oAw=";
2323+ hash = "sha256-WXLT7ThuD4/alb44mkGNLJjZPiWgNmSUqsRiO+cjdPk=";
2424 };
25252626 nativeBuildInputs = [
···4949 meta = {
5050 description = "Find info about an IP address";
5151 homepage = "https://github.com/Bytezz/IPLookup-gtk";
5252- changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.rev}";
5252+ changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.tag}";
5353 license = lib.licenses.gpl3Plus;
5454 mainProgram = "iplookup";
5555 maintainers = with lib.maintainers; [ aleksana ];
+3-2
pkgs/by-name/li/limine/package.nix
···4242# as bootloader for various platforms and corresponding binary and helper files.
4343stdenv.mkDerivation (finalAttrs: {
4444 pname = "limine";
4545- version = "9.3.1";
4545+ version = "9.3.2";
46464747 # We don't use the Git source but the release tarball, as the source has a
4848 # `./bootstrap` script performing network access to download resources.
4949 # Packaging that in Nix is very cumbersome.
5050 src = fetchurl {
5151 url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";
5252- hash = "sha256-KRHWXrsJ1l9gFq0j2gB/MQobqNe3Z8rknrs4m7WMRFU=";
5252+ hash = "sha256-aYzNgErrlRIIv4hmekdoPMCZ4g5xDYIeTUJhEkfuuJQ=";
5353 };
54545555 enableParallelBuilding = true;
···113113 maintainers = with lib.maintainers; [
114114 lzcunt
115115 phip1611
116116+ prince213
116117 surfaceflinger
117118 ];
118119 };