Commit 7a4fd621 authored by R. RyanTM's avatar R. RyanTM
Browse files

gh-gei: 1.20.0 -> 1.21.0

parent da72f822
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.20.0";
  version = "1.21.0";

  src = fetchFromGitHub {
    owner = "github";
    repo = "gh-gei";
    rev = "v${version}";
    hash = "sha256-00+yHDvDTJux2XKhJ3u1W1SrYArFGJtYusT/adC2XDE=";
    hash = "sha256-hlhryJno8XpSITBv1ShhqP7jPoRtoscD/YGXIU6ubt0=";
  };

  dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;