git-credential-oauth: 0.11.2 -> 0.11.3

+2 -2
+2 -2
pkgs/applications/version-management/git-credential-oauth/default.nix
··· 2 3 buildGoModule rec { 4 pname = "git-credential-oauth"; 5 - version = "0.11.2"; 6 7 src = fetchFromGitHub { 8 owner = "hickford"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-dGn1I47/S6DYXva5zjvcQnB+I4Ex354xMmZ/3OkpjMw="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles ];
··· 2 3 buildGoModule rec { 4 pname = "git-credential-oauth"; 5 + version = "0.11.3"; 6 7 src = fetchFromGitHub { 8 owner = "hickford"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-tJJxCtCNuPtoQYABEViS1G6aHrMTLn+r3hlTTkaJvCg="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles ];