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

git-machete: 3.9.0 -> 3.9.1
This commit is contained in:
Mario Rodas 2022-05-12 19:08:19 -05:00 committed by GitHub
commit b0ce87e1ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AuF4KUayMRQ2TsvjzpMHpppM+0e6igs7MrAXzGP9yp0=";
sha256 = "sha256-/oX3x5F5/gV8YuRLzAviE7RM+Gen0gIypHs34iUnVOM=";
};
nativeBuildInputs = [ installShellFiles ];