Merge pull request #286531 from zhaofengli/darling-2024-02-03
darling: unstable-2023-11-07 -> unstable-2024-02-03
This commit is contained in:
commit
a81f6c7385
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue