git-extras: 6.2.0 -> 6.3.0

+3 -3
+3 -3
pkgs/applications/version-management/git-and-tools/git-extras/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "git-extras"; 5 - version = "6.2.0"; 5 + version = "6.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tj"; 9 9 repo = "git-extras"; 10 10 rev = version; 11 - sha256 = "sha256-ACuTb1DGft2/32Ezg23jhpl9yua5kUTZ2kKL8KHU+BU="; 11 + sha256 = "sha256-mmvDsK+SgBXQSKNKuPt+K4sgtdrtqPx9Df2E3kKLdJM="; 12 12 }; 13 13 14 14 postPatch = '' ··· 37 37 description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more"; 38 38 license = licenses.mit; 39 39 platforms = platforms.all; 40 - maintainers = with maintainers; [ spwhitt cko ]; 40 + maintainers = with maintainers; [ spwhitt cko SuperSandro2000 ]; 41 41 }; 42 42 }