git-recent: 2.0.1 -> 2.0.2 (#416841)

authored by Wolfgang Walther and committed by GitHub 9f0d643e c1833e51

+2 -2
+2 -2
pkgs/applications/version-management/git-recent/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "git-recent"; 14 - version = "2.0.1"; 14 + version = "2.0.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "paulirish"; 18 18 repo = "git-recent"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-KPM24DVwvLdHeOkq77fz1TJ6NxJ2h21bP0TrItCPamo="; 20 + sha256 = "sha256-BwnSDIBGjhfQ9mA/29NfWYaVZGXzZudX9LsCdRlnT0I="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ makeWrapper ];