Merge pull request #160004 from r-ryantm/auto-update/git-machete

git-machete: 3.5.0 -> 3.7.2
This commit is contained in:
Bobby Rong 2022-02-15 19:43:14 +08:00 committed by GitHub
commit 8080ada917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.5.0";
version = "3.7.2";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kR37TClFMkoe4e46g/omfwZCrQFr7gukW7I70WI9+dw=";
sha256 = "sha256-7WaLUCJr29i7JW5YAJG1AuYnSLKRMpAEnCY2i4Zle+c=";
};
nativeBuildInputs = [ installShellFiles ];