Skip to content

Commit 06c98bd

Browse files
authored
Merge pull request #1085 from pq-code-package/slothy_upgrade_13june2025
Upgrade SLOTHY to the HEAD of its main branch, as of 13th June 2025.
2 parents c6b418e + be592f4 commit 06c98bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nix/slothy/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
, python3
66
, pkgs
77
, llvm
8+
, gcc
89
}:
910

1011
let
@@ -16,13 +17,12 @@ let
1617
in
1718
stdenvNoCC.mkDerivation rec {
1819
pname = "slothy-cli";
19-
version = "5fafd8048c3ba7c5924cbd2e16e77040fa847447";
20-
20+
version = "915c224166207ce07b31152194305c3b6687d09b";
2121
src = fetchFromGitHub {
2222
owner = "slothy-optimizer";
2323
repo = "slothy";
2424
rev = version;
25-
sha256 = "sha256-3X8Z4Wgb+sGrDYTffBrG4hF3UAIVwab60XMiijtZlIY";
25+
sha256 = "sha256-ebZjm+nhmML/+DZF78eN1ezoxbv5Rrc5kWsh0Ycww4U=";
2626
};
2727

2828
nativeBuildInputs = [ pkgs.makeWrapper ];
@@ -40,7 +40,7 @@ stdenvNoCC.mkDerivation rec {
4040

4141
dontStrip = true;
4242
noAuditTmpdir = true;
43-
propagatedBuildInputs = [ pythonEnv llvm ];
43+
propagatedBuildInputs = [ pythonEnv llvm gcc ];
4444

4545
meta = {
4646
description = "Slothy: assembly-level superoptimizer";

0 commit comments

Comments
 (0)