git-machete: 3.7.2 -> 3.8.0

main
R. Ryantm 2 years ago
parent 7feda9ba09
commit b6f2d3588c
  1. 4
      pkgs/applications/version-management/git-and-tools/git-machete/default.nix

@ -10,13 +10,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.7.2";
version = "3.8.0";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7WaLUCJr29i7JW5YAJG1AuYnSLKRMpAEnCY2i4Zle+c=";
sha256 = "sha256-WVPcyooShgFPZaIfEzV2zUA6tCHhuTM8MbrGVNr0neM=";
};
nativeBuildInputs = [ installShellFiles ];

Loading…
Cancel
Save