Skip to content

Commit e1adba4

Browse files
authored
c-periphery: 2.4.2 -> 2.4.3 (#386079)
2 parents 3819cf0 + 8268c1b commit e1adba4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/by-name/c-/c-periphery/package.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "c-periphery";
10-
version = "2.4.2";
10+
version = "2.4.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "vsergeev";
1414
repo = "c-periphery";
15-
rev = "v${finalAttrs.version}";
16-
hash = "sha256-uUSXvMQcntUqD412UWkMif0wLxPhpPdnMb96Pqqh/B4=";
15+
tag = "v${finalAttrs.version}";
16+
hash = "sha256-azqGw7KW6/UrQ4eUPkeH8d6l6sSbotNMAAbn5pNMOB8=";
1717
};
1818

1919
outputs = [
@@ -30,11 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
3030

3131
nativeBuildInputs = [ cmake ];
3232

33-
meta = with lib; {
33+
meta = {
3434
description = "C library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux";
3535
homepage = "https://github.com/vsergeev/c-periphery";
36-
license = licenses.mit;
37-
maintainers = with maintainers; [ sikmir ];
38-
platforms = platforms.linux;
36+
license = lib.licenses.mit;
37+
maintainers = with lib.maintainers; [ sikmir ];
38+
platforms = lib.platforms.linux;
3939
};
4040
})

0 commit comments

Comments
 (0)