Unverified Commit 2c574214 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

gh-gei: 1.19 -> 1.20.0 (#455375)

parents 3287e39c 95008177
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.19";
  version = "1.20.0";

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

  dotnet-sdk = dotnetCorePackages.sdk_8_0_4xx;