Unverified Commit a53212de authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

git-quick-stats: 2.5.6 -> 2.5.7 (#343165)

parents 040a1794 5312ad97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];