mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
zig: 0.14.0 -> 0.14.1
Diff: https://github.com/ziglang/zig/compare/0.14.0...0.14.1
Changelog: https://github.com/ziglang/zig/releases/tag/0.14.1
(cherry picked from commit d9e4682fd4)
This commit is contained in:
committed by
github-actions[bot]
parent
f441668816
commit
f99833f9dc
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
callPackage,
|
||||
llvmPackages_16,
|
||||
llvmPackages_17,
|
||||
llvmPackages_18,
|
||||
llvmPackages_19,
|
||||
@@ -17,9 +16,9 @@ let
|
||||
llvmPackages = llvmPackages_18;
|
||||
hash = "sha256-5qSiTq+UWGOwjDVZMIrAt2cDKHkyNPBSAEjpRQUByFM=";
|
||||
};
|
||||
"0.14.0" = {
|
||||
"0.14.1" = {
|
||||
llvmPackages = llvmPackages_19;
|
||||
hash = "sha256-VyteIp5ZRt6qNcZR68KmM7CvN2GYf8vj5hP+gHLkuVk=";
|
||||
hash = "sha256-DhVJIY/z12PJZdb5j4dnCRb7k1CmeQVOnayYRP8azDI=";
|
||||
};
|
||||
} // zigVersions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user