We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f64f67 commit 0b7e708Copy full SHA for 0b7e708
nix/slothy/default.nix
@@ -17,12 +17,12 @@ let
17
in
18
stdenvNoCC.mkDerivation rec {
19
pname = "slothy-cli";
20
- version = "915c224166207ce07b31152194305c3b6687d09b";
+ version = "88374fb31f9ed0fc4022eb277ab180dbfeb9fd62";
21
src = fetchFromGitHub {
22
owner = "slothy-optimizer";
23
repo = "slothy";
24
rev = version;
25
- sha256 = "sha256-ebZjm+nhmML/+DZF78eN1ezoxbv5Rrc5kWsh0Ycww4U=";
+ sha256 = "sha256-tbaOQNCJKeKE9uzyX9drsBOP2g50ehYNXWPGAepCqlA=";
26
};
27
28
nativeBuildInputs = [ pkgs.makeWrapper ];
0 commit comments