nibtools: 0-unstable-2024-02-22 -> 0-unstable-2024-11-30

This commit is contained in:
Petr Zahradnik 2025-03-23 16:14:50 +01:00
parent 2c8df39b2a
commit a33c1d408b

View file

@ -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;
};
}