File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
development/compilers/scala Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{ scala , fetchurl } :
22
33scala . bare . overrideAttrs ( oldAttrs : {
4- version = "3.6.3 " ;
4+ version = "3.6.4 " ;
55 pname = "scala-next" ;
66 src = fetchurl {
77 inherit ( oldAttrs . src ) url ;
8- hash = "sha256-I+PYPSRLS8Q0SJ/BEAoFwB7EcFERZpN5pGcD5cGwlNU =" ;
8+ hash = "sha256-I8Jpq/aelCJyAZzvNq5/QbfdD0Mk5mPuzTDxVdkIxKU =" ;
99 } ;
1010} )
Original file line number Diff line number Diff line change 88} :
99
1010stdenv . mkDerivation ( finalAttrs : {
11- version = "3.3.4 " ;
11+ version = "3.3.5 " ;
1212 pname = "scala-bare" ;
1313
1414 src = fetchurl {
1515 url = "https://github.com/scala/scala3/releases/download/${ finalAttrs . version } /scala3-${ finalAttrs . version } .tar.gz" ;
16- hash = "sha256-/Q7KKe8fbEGHS2cR57ZRTx3Hw4fAh3QvuHP25yCWN3A =" ;
16+ hash = "sha256-JVQG16L0/3RbahJc+FDz6pazTyb5vnxqP4272l0TalI =" ;
1717 } ;
1818
1919 propagatedBuildInputs = [
You can’t perform that action at this time.
0 commit comments