Unverified Commit 3a847197 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

github-runner: 2.331.0 -> 2.332.0 (#495807)

parents 4558499c 1c0cc9d7
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -29,6 +29,11 @@
    "version": "8.0.0",
    "hash": "sha256-9aWmiwMJKrKr9ohD1KSuol37y+jdDxPGJct3m2/Bknw="
  },
  {
    "pname": "Microsoft.Bcl.Cryptography",
    "version": "10.0.2",
    "hash": "sha256-+OYtcWsd1qZcEXadYeA4t6+pyADg1APQCxpKUtP002M="
  },
  {
    "pname": "Microsoft.CodeCoverage",
    "version": "17.14.1",
@@ -506,8 +511,8 @@
  },
  {
    "pname": "System.Formats.Asn1",
    "version": "8.0.1",
    "hash": "sha256-may/Wg+esmm1N14kQTG4ESMBi+GQKPp0ZrrBo/o6OXM="
    "version": "10.0.2",
    "hash": "sha256-PY875Po9vWaGTNbyZaxo9AbKFc8pg1eKf9akGQnJ5cc="
  },
  {
    "pname": "System.Globalization",
@@ -796,8 +801,8 @@
  },
  {
    "pname": "System.Security.Cryptography.Pkcs",
    "version": "8.0.0",
    "hash": "sha256-yqfIIeZchsII2KdcxJyApZNzxM/VKknjs25gDWlweBI="
    "version": "10.0.2",
    "hash": "sha256-B33jrdvy1mvc8CnZJvnGp438K8wBI/d9x2IGxijefuU="
  },
  {
    "pname": "System.Security.Cryptography.Primitives",
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ assert builtins.all (

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

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