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

git-machete: 3.13.2 -> 3.14.0
This commit is contained in:
figsoda 2023-01-12 13:02:38 -05:00 committed by GitHub
commit 0eca998567
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.13.2";
version = "3.14.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-K9oJvvESHWCJFSgqycA7N4cG7WbTDwXZExnXUs4Qlp8=";
hash = "sha256-UgWPm4IxzydO1qqhjbodUIAmqIhTIITYARMvw+F9T7E=";
};
nativeBuildInputs = [ installShellFiles ];