dotnet-ef: 9.0.2 -> 9.0.3 (#389251)

Co-authored-by: lostmsu <lostmsu@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-23 18:03:10 +00:00
committed by GitHub
co-authored by lostmsu
+2 -2
View File
@@ -2,9 +2,9 @@
buildDotnetGlobalTool {
pname = "dotnet-ef";
version = "9.0.2";
version = "9.0.3";
nugetHash = "sha256-aevR1w8IDXrRLnrR5ax2BaAjGpjOWuBKJ9TzI43p7mc=";
nugetHash = "sha256-oRBN6Qh5PuVofmboqCpFJR3hUD+MruRYp4whjd9Yu9g=";
meta = {
description = "The Entity Framework Core tools help with design-time development tasks.";