git-quick-stats: 2.5.6 -> 2.5.7

This commit is contained in:
R. Ryantm 2024-09-20 02:57:35 +00:00
parent 4f91815a07
commit 5312ad970c

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.5.6";
version = "2.5.7";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-xd/ItpngreR77QTsSHLCgZfyvUZXBfOVPJaVtBZ2iTc=";
sha256 = "sha256-TGwoW4jpXbFdxk9HAZJTDhXIHhR1QEcDRCjspBv2KdQ=";
};
nativeBuildInputs = [ makeWrapper ];