Skip to content

Commit 6e43190

Browse files
LeSuisseHyzual
authored andcommitted
chore: request #45242 Update dev/build environment [W43 2025]
Main change is the Javy bump: https://github.com/bytecodealliance/javy/releases/tag/v7.0.0 https://github.com/bytecodealliance/javy/releases/tag/v7.0.1
1 parent da20bda commit 6e43190

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

artifact-post-action/auto-assign/javy.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "javy";
13-
version = "6.0.0";
13+
version = "7.0.1";
1414

1515
src = fetchurl {
1616
url = "https://github.com/bytecodealliance/javy/releases/download/v${version}/javy-x86_64-linux-v${version}.gz";
17-
hash = "sha256-O2VdNxB5f+ywfEG17T+EcFwf0Ox9HthW/8WC/GPT3fE=";
17+
hash = "sha256-NhzCN1B3OAzabgAlRc+oMfK0cwK+zsC66/VCVIMfe54=";
1818
};
1919

2020
nativeBuildInputs = [

artifact-post-action/tools/nixpkgs-pin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"url": "https://github.com/NixOS/nixpkgs.git",
3-
"rev": "124b966f89fad5468ca67ac7ee15af4ecce49b47",
4-
"date": "2025-09-18T08:29:25Z",
5-
"path": "/nix/store/2as5dz9b8y3b9z1ihr3z3xmpicm93p4x-nixpkgs",
6-
"sha256": "01pphzr55061py9bl52nvasq1vcd1bkmrhv6x1x5afxjdhra1wxc",
7-
"hash": "sha256-rPOgMmyyO1V66GbDXOcKje2AtdpWFLqSv8GAUvKH9wY=",
3+
"rev": "cb82756ecc37fa623f8cf3e88854f9bf7f64af93",
4+
"date": "2025-10-20T13:06:07Z",
5+
"path": "/nix/store/0fd151agq8w7jp2jppim14qhqj5l3gif-nixpkgs",
6+
"sha256": "1a28dlvrh2y1mps04f0mzb56syhkjd60zvr60brirvsgbrmcx46h",
7+
"hash": "sha256-0JDOal5P7xzzAibvD0yTE3ptyvoVOAL0rcELmDdtSKg=",
88
"fetchLFS": false,
99
"fetchSubmodules": false,
1010
"deepClone": false,

artifact-post-action/tools/oxalica-rust-overlay-pin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"url": "https://github.com/oxalica/rust-overlay.git",
3-
"rev": "e26a009e7edab102bd569dc041459deb6c0009f4",
4-
"date": "2025-09-19T02:34:10Z",
5-
"path": "/nix/store/v9mv99h53c3m1zq6fs600djq812f3z76-rust-overlay",
6-
"sha256": "15w2jp3wg4vypsx3l5kc9wlcbjkfyxa3l3aay8cx5qv6mgqvc3bf",
7-
"hash": "sha256-bg228atm49IZ8koNOlT3bsrFKE9sFjq6vn6Tx8eVgpc=",
3+
"rev": "f34ca7f18bd13e9f4487b0bff3017d3188f21904",
4+
"date": "2025-10-21T02:36:35Z",
5+
"path": "/nix/store/pfqb8mpfcajbjyxkj48v94y43jv6glhs-rust-overlay",
6+
"sha256": "1313yync0hn4nsbd5apifdqlk6gmnx0bqfyhlvwakl8c0j9ijliy",
7+
"hash": "sha256-PlIZkwQM0an4ptA7vEC39ZlJcXPxqtKWtsRCwKz3I4w=",
88
"fetchLFS": false,
99
"fetchSubmodules": false,
1010
"deepClone": false,

0 commit comments

Comments
 (0)