Commit 432c42e8 authored by R. RyanTM's avatar R. RyanTM
Browse files

gh-gei: 1.18.0 -> 1.18.1

parent 610eccad
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.18.0";
  version = "1.18.1";

  src = fetchFromGitHub {
    owner = "github";
    repo = "gh-gei";
    rev = "v${version}";
    hash = "sha256-AMmeuobgJ+DSRG4zS7RP5l3/BraqQxXB+ygLDc3XnOs=";
    hash = "sha256-ZMFom0irZa63Nzx7wViinmN6yRfiHxQFprJdIx1Ak2Y=";
  };

  dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;