Commit 1f78dc1b authored by R. RyanTM's avatar R. RyanTM
Browse files

github-runner: 2.328.0 -> 2.329.0

parent 5d1f6df5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
  },
  {
    "pname": "Azure.Storage.Blobs",
    "version": "12.25.0",
    "hash": "sha256-SjIwM1sIBd4I9ShAeaIAfPUzc3K7tbodW6y1vNAD+4U="
    "version": "12.25.1",
    "hash": "sha256-OJgmzE7+BJsrqGMErUwG4wmaguYL1zPbhtdQvvqFuHY="
  },
  {
    "pname": "Azure.Storage.Common",
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ assert builtins.all (

buildDotnetModule (finalAttrs: {
  pname = "github-runner";
  version = "2.328.0";
  version = "2.329.0";

  src = fetchFromGitHub {
    owner = "actions";
    repo = "runner";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3Q2bscLKdUBPx+5X0qxwtcy3CU6N/wE8yO1CcATSyBQ=";
    hash = "sha256-Lf8l959y5tfvCsLwI8+tziFGm+LUJnhE2PQIz/zZneA=";
    leaveDotGit = true;
    postFetch = ''
      git -C $out rev-parse --short HEAD > $out/.git-revision