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 20
20
# protobuf 5.28.3
21
21
protobuf_6_30_1 = python312Packages . buildPythonPackage rec {
22
22
pname = "protobuf" ;
23
- version = "6.30.1 " ;
23
+ version = "5.29.3 " ;
24
24
25
25
propagatedBuildInputs = [
26
26
python312Packages . setuptools
39
39
40
40
src = fetchPypi {
41
41
inherit pname version ;
42
- hash = "sha256-U1+05E0CNok9XPEmOg9wbxFgtomnq5YunaipzkBQt4A =" ;
42
+ hash = "sha256-XaD0HtrxF73jFkBLrRpIbLTt7fjkpUiRKW9kjo4HZiA =" ;
43
43
} ;
44
44
} ;
45
45
@@ -121,13 +121,13 @@ let
121
121
in
122
122
stdenvNoCC . mkDerivation rec {
123
123
pname = "slothy-cli" ;
124
- version = "9416181b5bbb61992dc1928116e84eead100838e " ;
124
+ version = "e75cf47f96a51646660fe5d8492f0e2ba118ba96 " ;
125
125
126
126
src = fetchFromGitHub {
127
127
owner = "slothy-optimizer" ;
128
128
repo = "slothy" ;
129
129
rev = version ;
130
- sha256 = "sha256-zmF2+9oUM5J8PzvyEA5lN1o4aucOqP4Db4x+H2MO4vI =" ;
130
+ sha256 = "sha256-BCwVkOxtjyDUPpSGzADa0I4gMuF5TxcrP8zs6KrlJyg =" ;
131
131
} ;
132
132
133
133
nativeBuildInputs = [ pkgs . makeWrapper ] ;
You can’t perform that action at this time.
0 commit comments