Skip to content

Commit eec812e

Browse files
Nix: Stop using the outdated version of stb from nixpkgs (#7)
1 parent 836a0e1 commit eec812e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pcsx-redux.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
elfio,
2323
tracy,
2424
md4c,
25-
stb,
2625
uriparser,
2726
ucl,
2827
llhttp,
@@ -91,6 +90,12 @@ let
9190
rev = "b1e342774cbb35467dfdd3634d4f0181a76cbc89";
9291
hash = "sha256-LYvO+chDVo6D++fuFbxqSRltGW3y82SESmtFj39TdSA=";
9392
})
93+
({
94+
owner = "nothings";
95+
repo = "stb";
96+
rev = "ae721c50eaf761660b4f90cc590453cdb0c2acd0";
97+
hash = "sha256-BIhbhXV7q5vodJ3N14vN9mEVwqrP6z9zqEEQrfLPzvI=";
98+
})
9499
] ++ lib.optional stdenv.hostPlatform.isAarch {
95100
owner = "grumpycoders";
96101
repo = "vixl";
@@ -127,7 +132,6 @@ in stdenv.mkDerivation {
127132
];
128133

129134
buildInputs = [
130-
stb
131135
ucl
132136
md4c
133137
luajitPackages.libluv

0 commit comments

Comments
 (0)