edencommon: 2024.12.09.00 -> 2025.01.06.00
Diff: https://github.com/facebookexperimental/edencommon/compare/refs/tags/v2024.12.09.00...v2025.01.06.00
This commit is contained in:
parent
6070282af3
commit
40bc7c2bd5
@ -21,7 +21,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "edencommon";
|
||||
version = "2024.12.09.00";
|
||||
version = "2025.01.06.00";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "facebookexperimental";
|
||||
repo = "edencommon";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-2kn7RCFNpsfyXFWhV7ikXiCCLMND185JRyxAnNq/1ro=";
|
||||
hash = "sha256-9JCyXFWglnIuDw5jSSqcnuMfQ2JXMdNwFVyyBccjoag=";
|
||||
};
|
||||
|
||||
patches = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user