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

git-machete: 3.11.2 -> 3.11.3
This commit is contained in:
Jörg Thalheim 2022-07-24 06:50:22 +01:00 committed by GitHub
commit 8dc17aa8ee
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.11.2";
version = "3.11.3";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-alSok5/qcAOBUTNlGjeVSEbT4xW+HzPWj59njfXpG6w=";
sha256 = "sha256-3DIRHvl6r/NhTEQiGqgY59xSI4Y67xRcETgyVv1DIVA=";
};
nativeBuildInputs = [ installShellFiles ];