git-credential-oauth: 0.15.1 -> 0.16.0 (#446441)

authored by Nick Cao and committed by GitHub 15949102 2ac12f75

+2 -2
+2 -2
pkgs/by-name/gi/git-credential-oauth/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "git-credential-oauth"; 10 - version = "0.15.1"; 10 + version = "0.16.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "hickford"; 14 14 repo = "git-credential-oauth"; 15 15 rev = "v${version}"; 16 - hash = "sha256-9AoIyQ05Y/usG0Tlehn7U8zjBxC1BYNjNVRtgWgzLbo="; 16 + hash = "sha256-T10QGMp6keneUzdz7p/4huySIJFp4AmX253pZ3hYSYY="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ installShellFiles ];