git-credential-manager: 2.6.1 -> 2.7.3 (#481536)
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
buildDotnetModule rec {
|
||||
pname = "git-credential-manager";
|
||||
version = "2.6.1";
|
||||
version = "2.7.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "git-ecosystem";
|
||||
repo = "git-credential-manager";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-fzcGAcKOAEnBiAEYYyxKJ71xnixb5cz7FzR28/cKIFg=";
|
||||
hash = "sha256-jXBFnXBUQz53doOr9zcfUq3dguA85N7WL0KuFjSIjF8=";
|
||||
};
|
||||
|
||||
projectFile = "src/shared/Git-Credential-Manager/Git-Credential-Manager.csproj";
|
||||
|
||||
Reference in New Issue
Block a user