git-machete: 3.11.1 -> 3.11.2

This commit is contained in:
R. Ryantm 2022-07-20 03:09:30 +00:00
parent 428ae9aabe
commit 2270e61b78

View file

@ -12,13 +12,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.11.1";
version = "3.11.2";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BhR1dE6+K7UKaCbLmWPtLMyq0oIj/xYenXp5s7kRINc=";
sha256 = "sha256-alSok5/qcAOBUTNlGjeVSEbT4xW+HzPWj59njfXpG6w=";
};
nativeBuildInputs = [ installShellFiles ];