Merge pull request #240355 from r-ryantm/auto-update/git-quick-stats

git-quick-stats: 2.4.0 -> 2.5.0
This commit is contained in:
figsoda 2023-06-28 12:09:15 -04:00 committed by GitHub
commit 33909da50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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