File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 # protobuf 5.28.3
2121 protobuf_6_30_1 = python312Packages . buildPythonPackage rec {
2222 pname = "protobuf" ;
23- version = "6.30.1 " ;
23+ version = "5.29.3 " ;
2424
2525 propagatedBuildInputs = [
2626 python312Packages . setuptools
3939
4040 src = fetchPypi {
4141 inherit pname version ;
42- hash = "sha256-U1+05E0CNok9XPEmOg9wbxFgtomnq5YunaipzkBQt4A =" ;
42+ hash = "sha256-XaD0HtrxF73jFkBLrRpIbLTt7fjkpUiRKW9kjo4HZiA =" ;
4343 } ;
4444 } ;
4545
@@ -121,13 +121,13 @@ let
121121in
122122stdenvNoCC . mkDerivation rec {
123123 pname = "slothy-cli" ;
124- version = "9416181b5bbb61992dc1928116e84eead100838e " ;
124+ version = "e75cf47f96a51646660fe5d8492f0e2ba118ba96 " ;
125125
126126 src = fetchFromGitHub {
127127 owner = "slothy-optimizer" ;
128128 repo = "slothy" ;
129129 rev = version ;
130- sha256 = "sha256-zmF2+9oUM5J8PzvyEA5lN1o4aucOqP4Db4x+H2MO4vI =" ;
130+ sha256 = "sha256-BCwVkOxtjyDUPpSGzADa0I4gMuF5TxcrP8zs6KrlJyg =" ;
131131 } ;
132132
133133 nativeBuildInputs = [ pkgs . makeWrapper ] ;
You can’t perform that action at this time.
0 commit comments