openshift: 4.12 -> 4.13

+6 -5
+6 -5
pkgs/applications/networking/cluster/openshift/default.nix
··· 3 3 , fetchFromGitHub 4 4 , gpgme 5 5 , installShellFiles 6 + , pkg-config 6 7 , testers 7 8 , openshift 8 9 }: 9 10 buildGoModule rec { 10 11 pname = "openshift"; 11 - version = "4.12.0"; 12 - gitCommit = "854f807"; 12 + version = "4.13.0"; 13 + gitCommit = "e561d37"; 13 14 14 15 src = fetchFromGitHub { 15 16 owner = "openshift"; 16 17 repo = "oc"; 17 - rev = "854f807d8a84dde710c062a5281bca5bc07cb562"; 18 - hash = "sha256-GH3LjAeMIHmFbJoKGoeeNteP4Ma2+kIC5rAxObdziKg="; 18 + rev = "e561d37285c8bde273ce00d086bea599a9cdd3be"; 19 + hash = "sha256-/ar96N+MSy0DPdza3UWiyolg1EZPBR6LCku4GV+HppM="; 19 20 }; 20 21 21 22 vendorHash = null; 22 23 23 24 buildInputs = [ gpgme ]; 24 25 25 - nativeBuildInputs = [ installShellFiles ]; 26 + nativeBuildInputs = [ installShellFiles pkg-config ]; 26 27 27 28 ldflags = [ 28 29 "-s"