mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nibtools: 0-unstable-2024-02-22 -> 0-unstable-2024-11-30
This commit is contained in:
parent
2c8df39b2a
commit
a33c1d408b
1 changed files with 7 additions and 7 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "nibtools";
|
pname = "nibtools";
|
||||||
version = "0-unstable-2024-02-22";
|
version = "0-unstable-2024-11-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenCBM";
|
owner = "OpenCBM";
|
||||||
repo = "nibtools";
|
repo = "nibtools";
|
||||||
rev = "1d69f64eec55031c346a2ce115227479f9579a8a";
|
rev = "91344e0ee357780a90ad7fe3a0a0721a2e11f265";
|
||||||
hash = "sha256-+hnkj0uevURkRboTH8WbSt82pZTdWL4ii2PKr6NO0Cg=";
|
hash = "sha256-0skAavJe01b+4Z7LEfS2qIhqkwj8XhOwmflhYPEynw4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
|
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
|
||||||
|
@ -41,11 +41,11 @@ stdenv.mkDerivation {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "disk transfer utility for imaging and converting commodore 64 disk images";
|
description = "disk transfer utility for imaging and converting commodore 64 disk images";
|
||||||
homepage = "https://github.com/OpenCBM/nibtools/";
|
homepage = "https://github.com/OpenCBM/nibtools/";
|
||||||
license = licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with maintainers; [ matthewcroughan ];
|
maintainers = with lib.maintainers; [ matthewcroughan ];
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue