Commit 38e03308 authored by Vincent Haupert's avatar Vincent Haupert
Browse files

github-runner: 2.302.1 -> 2.303.0

parent c233aa68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@
}:
buildDotnetModule rec {
  pname = "github-runner";
  version = "2.302.1";
  version = "2.303.0";

  src = fetchFromGitHub {
    owner = "actions";
    repo = "runner";
    rev = "v${version}";
    hash = "sha256-hPZzqTJGwcBxajLjU0TuIQ2KLnDl9E66seuutm9JWDo=";
    hash = "sha256-bzCa3OI8/pE8K9U38RN0xWbLkjJPA4mUlsrbH1etpG4=";
    # Required to obtain HEAD's Git commit hash
    leaveDotGit = true;
  };