From a33c1d408b0d3944f57da9d97ac34e2f9d5eaa1b Mon Sep 17 00:00:00 2001 From: Petr Zahradnik Date: Sun, 23 Mar 2025 16:14:50 +0100 Subject: [PATCH] nibtools: 0-unstable-2024-02-22 -> 0-unstable-2024-11-30 --- pkgs/by-name/ni/nibtools/package.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/ni/nibtools/package.nix b/pkgs/by-name/ni/nibtools/package.nix index 84b80b412a79..9671ba282b7a 100644 --- a/pkgs/by-name/ni/nibtools/package.nix +++ b/pkgs/by-name/ni/nibtools/package.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation { pname = "nibtools"; - version = "0-unstable-2024-02-22"; + version = "0-unstable-2024-11-30"; src = fetchFromGitHub { owner = "OpenCBM"; repo = "nibtools"; - rev = "1d69f64eec55031c346a2ce115227479f9579a8a"; - hash = "sha256-+hnkj0uevURkRboTH8WbSt82pZTdWL4ii2PKr6NO0Cg="; + rev = "91344e0ee357780a90ad7fe3a0a0721a2e11f265"; + hash = "sha256-0skAavJe01b+4Z7LEfS2qIhqkwj8XhOwmflhYPEynw4="; }; NIX_CFLAGS_COMPILE = "-Wno-error=format-security"; @@ -41,11 +41,11 @@ stdenv.mkDerivation { runHook postInstall ''; - meta = with lib; { + meta = { description = "disk transfer utility for imaging and converting commodore 64 disk images"; homepage = "https://github.com/OpenCBM/nibtools/"; - license = licenses.gpl2; - maintainers = with maintainers; [ matthewcroughan ]; - platforms = platforms.all; + license = lib.licenses.gpl2; + maintainers = with lib.maintainers; [ matthewcroughan ]; + platforms = lib.platforms.all; }; }