File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{ stdenv , mesa , fetchFromGitHub } :
22let
33 version = "26.0.0" ;
4- jupiterVersion = "steamos-25.11.5 " ;
4+ jupiterVersion = "steamos-25.11.6 " ;
55in stdenv . mkDerivation {
66 pname = "mesa" ;
77 version = "${ version } .${ jupiterVersion } " ;
@@ -10,7 +10,7 @@ in stdenv.mkDerivation {
1010 owner = "Jovian-Experiments" ;
1111 repo = "mesa" ;
1212 rev = jupiterVersion ;
13- hash = "sha256-MXIQ61sp5VQsLRPLT9BIMDgm9x86BG4snPkVPv8JuLE =" ;
13+ hash = "sha256-sTHFFd49P3Aiq+D1iYQqgEfbirP3mbaKGKZSmr+JK6E =" ;
1414 } ;
1515
1616 inherit ( mesa ) buildInputs nativeBuildInputs propagatedBuildInputs ;
@@ -52,6 +52,6 @@ in stdenv.mkDerivation {
5252 "-D intel-rt=disabled"
5353 "-D sysprof=false"
5454 "-D tools=drm-shim"
55- "-D radv-build-id=3f582a01c248bc07d324e54427aa192d006a5f34 "
55+ "-D radv-build-id=1b5666bb05a0af64427ab212494159dcffdb62d4 "
5656 ] ;
5757}
You can’t perform that action at this time.
0 commit comments