Skip to content

Commit 0b7e708

Browse files
committed
SLOTHY: set the versoin to stack-spill branch in slothy
Signed-off-by: willieyz <willie.zhao@chelpis.com>
1 parent 5f64f67 commit 0b7e708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/slothy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ let
1717
in
1818
stdenvNoCC.mkDerivation rec {
1919
pname = "slothy-cli";
20-
version = "915c224166207ce07b31152194305c3b6687d09b";
20+
version = "88374fb31f9ed0fc4022eb277ab180dbfeb9fd62";
2121
src = fetchFromGitHub {
2222
owner = "slothy-optimizer";
2323
repo = "slothy";
2424
rev = version;
25-
sha256 = "sha256-ebZjm+nhmML/+DZF78eN1ezoxbv5Rrc5kWsh0Ycww4U=";
25+
sha256 = "sha256-tbaOQNCJKeKE9uzyX9drsBOP2g50ehYNXWPGAepCqlA=";
2626
};
2727

2828
nativeBuildInputs = [ pkgs.makeWrapper ];

0 commit comments

Comments
 (0)