cctz: 2.3 -> 2.4

This commit is contained in:
R. Ryantm 2024-02-16 01:40:42 +00:00
parent f9d40ef7bc
commit 963348a9c2

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cctz";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "google";
repo = "cctz";
rev = "v${version}";
sha256 = "0254xfwscfkjc3fbvx6qgifr3pwkc2rb03z8pbvvqy098di9alhr";
sha256 = "sha256-F4h8nT1karymV16FFHC0ldSbdOOx5AMstqi4Bc5m3UQ=";
};
makeFlags = [ "PREFIX=$(out)" ];