Unverified Commit 6c037d6b authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

dotnet-ef: 9.0.3 -> 9.0.4 (#398307)

parents 77965228 c0acc6d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

buildDotnetGlobalTool {
  pname = "dotnet-ef";
  version = "9.0.3";
  version = "9.0.4";

  nugetHash = "sha256-oRBN6Qh5PuVofmboqCpFJR3hUD+MruRYp4whjd9Yu9g=";
  nugetHash = "sha256-eQ821C6bx98LJEcdSiozgAaHD2m2+hKVowRTL+L6vzM=";

  meta = {
    description = "The Entity Framework Core tools help with design-time development tasks.";