Commit 8fd3b753 authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

github-runner: 2.332.0 -> 2.333.1

parent aa2c7963
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ assert builtins.all (

buildDotnetModule (finalAttrs: {
  pname = "github-runner";
  version = "2.332.0";
  version = "2.333.1";

  src = fetchFromGitHub {
    owner = "actions";
    repo = "runner";
    tag = "v${finalAttrs.version}";
    hash = "sha256-jxeuyomWBzynwYHvmNi5CcP9+z2odl7W3uXOGVgv2PY=";
    hash = "sha256-5hSnveIebRQhvIHZc8sN9/8e9W1rlfITIB2uNMsQM6k=";
    leaveDotGit = true;
    postFetch = ''
      git -C $out rev-parse --short HEAD > $out/.git-revision