servo: 0-unstable-2025-07-21 -> 0-unstable-2025-07-30
This commit is contained in:
parent
eaa9fd315f
commit
fd31072dfe
@ -65,13 +65,13 @@ in
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "servo";
|
pname = "servo";
|
||||||
version = "0-unstable-2025-07-21";
|
version = "0-unstable-2025-07-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "servo";
|
owner = "servo";
|
||||||
repo = "servo";
|
repo = "servo";
|
||||||
rev = "50603e5074064211cee253b0782cb29ae413d3ee";
|
rev = "0e180578632facc10f0e8fb29df9084369adc600";
|
||||||
hash = "sha256-qlIjyvrtCwnUVO12LYm52drsQJqgfOEj7rV4LgubG5E=";
|
hash = "sha256-4EQ15jOZNYjGmhIOJivHT8R6BeT6moGj+AI9DBq58v4=";
|
||||||
# Breaks reproducibility depending on whether the picked commit
|
# Breaks reproducibility depending on whether the picked commit
|
||||||
# has other ref-names or not, which may change over time, i.e. with
|
# has other ref-names or not, which may change over time, i.e. with
|
||||||
# "ref-names: HEAD -> main" as long this commit is the branch HEAD
|
# "ref-names: HEAD -> main" as long this commit is the branch HEAD
|
||||||
@ -81,7 +81,7 @@ rustPlatform.buildRustPackage {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-kKuauc5yK6IOKDL9o+vmNLg4wyZ+24YNT5Yhn+z51jE=";
|
cargoHash = "sha256-fqIlN+6SEY0LVrUk47U12TuVoRte0oCGJhO7DHovzBM=";
|
||||||
|
|
||||||
# set `HOME` to a temp dir for write access
|
# set `HOME` to a temp dir for write access
|
||||||
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)
|
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user