Merge pull request #286531 from zhaofengli/darling-2024-02-03

darling: unstable-2023-11-07 -> unstable-2024-02-03
This commit is contained in:
Nick Cao 2024-02-08 19:33:08 -05:00 committed by GitHub
commit a81f6c7385
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,14 +108,14 @@ let
]; ];
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "darling"; pname = "darling";
version = "unstable-2023-11-07"; version = "unstable-2024-02-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "darlinghq"; owner = "darlinghq";
repo = "darling"; repo = "darling";
rev = "34351655a40d2090e70b3033a577b8cdea967633"; rev = "25afbc76428c39c3909e9efcf5caef1140425211";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-Jhr7Do15vms8bJ8AczVSkuWrC7gUR5ZvU9/PfCmGGcg="; hash = "sha256-T0g38loUFv3jHvUu3R3QH9hwP8JVe2al4g4VhXnBDMc=";
}; };
outputs = [ "out" "sdk" ]; outputs = [ "out" "sdk" ];