Unverified Commit b44c8870 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

csharpier: 0.28.2 -> 0.29.1 (#338016)

parents 3cae2507 787e0e1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

buildDotnetGlobalTool {
  pname = "csharpier";
  version = "0.28.2";
  version = "0.29.1";
  executables = "dotnet-csharpier";

  nugetHash = "sha256-fXyE25niM80pPXCLC80Hm9XEHGUMx0XZOMxdVoA0h18=";
  nugetHash = "sha256-VW9QzbQfbY3Tz+Gz3hQ7VC4wOtwfIYV1Yq2WJz6bL04=";

  meta = with lib; {
    description = "Opinionated code formatter for C#";