git-recent: 1.1.1 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-03-20 12:33:27 +00:00
parent b64ec1944e
commit 2c327f7076
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-recent";
version = "1.1.1";
version = "2.0.1";
src = fetchFromGitHub {
owner = "paulirish";
repo = "git-recent";
rev = "v${version}";
sha256 = "1g8i6vpjnnfh7vc1269c91bap267w4bxdqqwnzb8x18vqgn2fx8i";
sha256 = "sha256-KPM24DVwvLdHeOkq77fz1TJ6NxJ2h21bP0TrItCPamo=";
};
nativeBuildInputs = [ makeWrapper ];