We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25dac1 commit 14f45c1Copy full SHA for 14f45c1
gpd/win-max-2/2023/bmi260/package.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation (finalAttr: {
9
pname = "bmi260";
10
- version = "1.0.0";
+ version = "1.1.0";
11
12
src = fetchFromGitHub {
13
owner = "hhd-dev";
14
repo = finalAttr.pname;
15
rev = "v${finalAttr.version}";
16
- hash = "sha256-EFous0pPpCuVoCsFz6/4NryQRSH9Jw9Qng+RY1hiX1c=";
+ hash = "sha256-So8rWDTXYsMUgLBU9WrJp47txA8dI98tcxXNy92AYgg=";
17
};
18
19
hardeningDisable = [ "pic" ];
@@ -38,6 +38,6 @@ stdenv.mkDerivation (finalAttr: {
38
gpl2Only
39
];
40
maintainers = with maintainers; [ Cryolitia ];
41
- platforms = platforms.linux;
+ platforms = [ "x86_64-linux" ];
42
43
})
0 commit comments