Skip to content

Commit 14f45c1

Browse files
Cryolitiamergify[bot]
authored andcommitted
gpd-win-max-2-2023/bmi260: 1.0.0 -> 1.1.0
fix: #1352
1 parent d25dac1 commit 14f45c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gpd/win-max-2/2023/bmi260/package.nix

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

88
stdenv.mkDerivation (finalAttr: {
99
pname = "bmi260";
10-
version = "1.0.0";
10+
version = "1.1.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "hhd-dev";
1414
repo = finalAttr.pname;
1515
rev = "v${finalAttr.version}";
16-
hash = "sha256-EFous0pPpCuVoCsFz6/4NryQRSH9Jw9Qng+RY1hiX1c=";
16+
hash = "sha256-So8rWDTXYsMUgLBU9WrJp47txA8dI98tcxXNy92AYgg=";
1717
};
1818

1919
hardeningDisable = [ "pic" ];
@@ -38,6 +38,6 @@ stdenv.mkDerivation (finalAttr: {
3838
gpl2Only
3939
];
4040
maintainers = with maintainers; [ Cryolitia ];
41-
platforms = platforms.linux;
41+
platforms = [ "x86_64-linux" ];
4242
};
4343
})

0 commit comments

Comments
 (0)