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

git-machete: 3.14.0 -> 3.14.2
This commit is contained in:
Jörg Thalheim 2023-01-16 01:04:43 +01:00 committed by GitHub
commit 96d691900a
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.0";
version = "3.14.2";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-UgWPm4IxzydO1qqhjbodUIAmqIhTIITYARMvw+F9T7E=";
hash = "sha256-uIVt7pneJq7l/kMSa7VqhcQgXhHCrpBGEqE7QZaDyQQ=";
};
nativeBuildInputs = [ installShellFiles ];