git-quick-stats: 2.2.0 -> 2.3.0

This commit is contained in:
R. RyanTM 2021-06-21 16:05:59 +00:00 committed by Jonathan Ringer
parent 8f309115de
commit 18c2cde4d4

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-cE9eo8FUUNlhmBrHalFDTFK2LIQUaWFy7Gj/E2F15t4=";
sha256 = "sha256-uioL4ysioxo+YMCa3VPoUMpY1cVZJ0Jljt8d9jWRT9k=";
};
nativeBuildInputs = [ makeWrapper ];