Loading pkgs/by-name/c-/c-periphery/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "c-periphery"; version = "2.4.2"; version = "2.4.3"; src = fetchFromGitHub { owner = "vsergeev"; repo = "c-periphery"; rev = "v${finalAttrs.version}"; hash = "sha256-uUSXvMQcntUqD412UWkMif0wLxPhpPdnMb96Pqqh/B4="; tag = "v${finalAttrs.version}"; hash = "sha256-azqGw7KW6/UrQ4eUPkeH8d6l6sSbotNMAAbn5pNMOB8="; }; outputs = [ Loading @@ -30,11 +30,11 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake ]; meta = with lib; { meta = { description = "C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"; homepage = "https://github.com/vsergeev/c-periphery"; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sikmir ]; platforms = lib.platforms.linux; }; }) Loading
pkgs/by-name/c-/c-periphery/package.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "c-periphery"; version = "2.4.2"; version = "2.4.3"; src = fetchFromGitHub { owner = "vsergeev"; repo = "c-periphery"; rev = "v${finalAttrs.version}"; hash = "sha256-uUSXvMQcntUqD412UWkMif0wLxPhpPdnMb96Pqqh/B4="; tag = "v${finalAttrs.version}"; hash = "sha256-azqGw7KW6/UrQ4eUPkeH8d6l6sSbotNMAAbn5pNMOB8="; }; outputs = [ Loading @@ -30,11 +30,11 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake ]; meta = with lib; { meta = { description = "C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"; homepage = "https://github.com/vsergeev/c-periphery"; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sikmir ]; platforms = lib.platforms.linux; }; })