git-quick-stats: 2.1.8 -> 2.1.9

This commit is contained in:
R. RyanTM 2021-04-30 00:49:06 +00:00 committed by tomberek
parent ff13163e3f
commit 0c523b5e93

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-sK8HOfeiV0xn540bU7inZl/hV6uzitJ4Szqk96a8DMc=";
sha256 = "sha256-2rrwbEXwBBuussybCZFbAEjNwm/ztbXw1jUlTnxPINA=";
};
nativeBuildInputs = [ makeWrapper ];