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 6262
6363rustPlatform . buildRustPackage {
6464 pname = "servo" ;
65- version = "0-unstable-2025-03-01 " ;
65+ version = "0-unstable-2025-03-05 " ;
6666
6767 src = fetchFromGitHub {
6868 owner = "servo" ;
6969 repo = "servo" ;
70- rev = "ce977636f63c2cded3c2d26cce548efbb91312b2 " ;
71- hash = "sha256-m+VWSuxXRdY2Pqs7akmtpzrGmFLCY/5WSD/5cQU8RU4 =" ;
70+ rev = "69e749947910480e97ffaf22031316ebe7f67b9c " ;
71+ hash = "sha256-p06547WijlfAUgMzbCyQUFx7Xq+eUI+iB6inQguzJ1c =" ;
7272 # Breaks reproducibility depending on whether the picked commit
7373 # has other ref-names or not, which may change over time, i.e. with
7474 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
@@ -79,7 +79,7 @@ rustPlatform.buildRustPackage {
7979 } ;
8080
8181 useFetchCargoVendor = true ;
82- cargoHash = "sha256-O7M1NJRaUPyh1+i8Ab2vvCwHMLBSMfwgEkfFCuIA9TA =" ;
82+ cargoHash = "sha256-znHKck88XXjl+v3iJFCjq0Cxyxh1HrtLbK9o3y8Kelw =" ;
8383
8484 postPatch = ''
8585 # Remap absolute path between modules to include SEMVER
You can’t perform that action at this time.
0 commit comments