Skip to content

Commit 2bd00dc

Browse files
authored
Merge pull request #324 from pq-code-package/slothy_upgrade_13june2025
Upgrade SLOTHY to the HEAD of its main branch, as of 13th June 2025.
2 parents d00867d + f6d4508 commit 2bd00dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nix/slothy/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
, python3
88
, pkgs
99
, llvm
10+
, gcc
1011
}:
1112

1213
let
@@ -18,13 +19,13 @@ let
1819
in
1920
stdenvNoCC.mkDerivation rec {
2021
pname = "slothy-cli";
21-
version = "5fafd8048c3ba7c5924cbd2e16e77040fa847447";
22+
version = "915c224166207ce07b31152194305c3b6687d09b";
2223

2324
src = fetchFromGitHub {
2425
owner = "slothy-optimizer";
2526
repo = "slothy";
2627
rev = version;
27-
sha256 = "sha256-3X8Z4Wgb+sGrDYTffBrG4hF3UAIVwab60XMiijtZlIY";
28+
sha256 = "sha256-ebZjm+nhmML/+DZF78eN1ezoxbv5Rrc5kWsh0Ycww4U=";
2829
};
2930

3031
nativeBuildInputs = [ pkgs.makeWrapper ];
@@ -42,7 +43,7 @@ stdenvNoCC.mkDerivation rec {
4243

4344
dontStrip = true;
4445
noAuditTmpdir = true;
45-
propagatedBuildInputs = [ pythonEnv llvm ];
46+
propagatedBuildInputs = [ pythonEnv llvm gcc ];
4647

4748
meta = {
4849
description = "Slothy: assembly-level superoptimizer";

0 commit comments

Comments
 (0)