Commit 72f9688c authored by R. RyanTM's avatar R. RyanTM
Browse files

gh-gei: 1.27.0 -> 1.28.0

parent eca6229e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildDotnetModule rec {
  pname = "gh-gei";
  version = "1.27.0";
  version = "1.28.0";

  src = fetchFromGitHub {
    owner = "github";
    repo = "gh-gei";
    rev = "v${version}";
    hash = "sha256-28baWL19mF7QWMZ2UHad9PeA6in+V3FVJXdl3hzCecI=";
    hash = "sha256-8KVEI6k3MWYYEJVi/fyXCDS6DpNwtEr1uz4JEz2R+WY=";
  };

  dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;