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

git-machete: 3.26.3 -> 3.27.0
This commit is contained in:
Nick Cao 2024-08-12 14:48:05 -04:00 committed by GitHub
commit 4af9aff5a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.26.3";
version = "3.27.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-UCaJiYLYeHI4R8IJfhgmT4Ji++CtQgvIJrKH1EXl83o=";
hash = "sha256-37SZhuMrGjRQOzjnAegL6babhcIjAwh9wtAb7RB09dM=";
};
nativeBuildInputs = [ installShellFiles ];