Commit 6e560f1a authored by R. RyanTM's avatar R. RyanTM
Browse files

gh-gei: 1.7.1 -> 1.8.0

parent 65ed2124
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildDotnetModule rec {
  pname = "gh-gei";
  version = "1.7.1";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "github";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-cz301JzGZTAu0DcxmFpEmBemEij1+OIw4dB2PpwyYS0=";
    sha256 = "sha256-F1sxT9wh/K6VP7n1SlmmvmHlcgxDJw6Rht2hPIiRFjE=";
  };

  projectFile = "src/gei/gei.csproj";