git-quick-stats: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2023-10-17 10:09:28 +00:00
parent 02f1909394
commit a66d12cb5d

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-zUw0rjsYdH4mlqKXADvfqWCBM8tCL6BmVHq27JZLpd0=";
sha256 = "sha256-IIvpUKJxeJYKmTSzEEMZPV6JElt6Ww/Whx3ytNcha7k=";
};
nativeBuildInputs = [ makeWrapper ];