summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Haupert <mail@vincent-haupert.de>2021-10-06 10:56:41 +0200
committerVincent Haupert <mail@vincent-haupert.de>2021-10-06 10:56:41 +0200
commitf6db2063862470a1edc9592222e18b8cf00a114e (patch)
treee2576992dc5e0e583c5c7f9b832f0e36c499155c /pkgs/development
parentc24a48c092fe5064c62188814639e375f797a40c (diff)
downloadnixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.tar
nixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.tar.gz
nixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.tar.bz2
nixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.tar.lz
nixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.tar.xz
nixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.tar.zst
nixpkgs-f6db2063862470a1edc9592222e18b8cf00a114e.zip
github-runner: 2.283.1 -> 2.283.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/continuous-integration/github-runner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix
index c667eb8c12e..8eb2ab61b48 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -34,13 +34,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "github-runner";
-  version = "2.283.1";
+  version = "2.283.3";
 
   src = fetchFromGitHub {
     owner = "actions";
     repo = "runner";
     rev = "v${version}";
-    sha256 = "sha256-S4Mql8lyHxahhYGoo91mlN6DrwKhyj1em0dv561j2l8=";
+    sha256 = "sha256-B2dn3AIGk+xMFqRsKv4pvlZ6K4xySsS0klk8vN8giso=";
   };
 
   nativeBuildInputs = [