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

git-machete: 3.14.2 -> 3.14.3
This commit is contained in:
Nick Cao 2023-01-23 20:16:42 +08:00 committed by GitHub
commit 5db65fae50
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.14.2";
version = "3.14.3";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-uIVt7pneJq7l/kMSa7VqhcQgXhHCrpBGEqE7QZaDyQQ=";
hash = "sha256-VOny8r00JYUT4Z7LukvWTH9ZTn86vn2Dc1YhPmtdE5s=";
};
nativeBuildInputs = [ installShellFiles ];