edencommon: 2025.02.10.00 -> 2025.04.21.00

Diff: https://github.com/facebookexperimental/edencommon/compare/refs/tags/v2025.02.10.00...v2025.04.21.00
This commit is contained in:
Emily 2025-04-03 00:19:21 +01:00
parent 7961536642
commit a9292720f2

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "edencommon";
version = "2025.02.10.00";
version = "2025.04.21.00";
outputs = [
"out"
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebookexperimental";
repo = "edencommon";
tag = "v${finalAttrs.version}";
hash = "sha256-wY6HEIQZdyyglXADxq9zaCrRCneqQEBs+EqoY3mNY3E=";
hash = "sha256-WlLQb4O4rGhXp+bQrJA12CvrwcIS6vzO4W6bX04vKMM=";
};
patches =