git-machete: 3.14.2 -> 3.14.3

This commit is contained in:
R. Ryantm 2023-01-23 10:49:52 +00:00
parent c5c7778f09
commit 27a557db61

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 ];