lol

github-runner: 2.314.1 -> 2.315.0 (#299370)

authored by

Shea Levy and committed by
GitHub
13037eaf d290cbac

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/github-runner/default.nix
··· 23 23 24 24 buildDotnetModule rec { 25 25 pname = "github-runner"; 26 - version = "2.314.1"; 26 + version = "2.315.0"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "actions"; 30 30 repo = "runner"; 31 31 rev = "v${version}"; 32 - hash = "sha256-PHcCXWA6LcxpqdbTGbOUqnS4fIJLbHOhEPdagGF71q0="; 32 + hash = "sha256-kKfwLZYV4uEkHt82YWNtDehbspgnH8heckVU5aA/YiY="; 33 33 leaveDotGit = true; 34 34 postFetch = '' 35 35 git -C $out rev-parse --short HEAD > $out/.git-revision