p4c: 1.2.4.0 -> 1.2.4.1

This commit is contained in:
R. Ryantm 2023-07-29 06:27:17 +00:00
parent 6bc397a1cc
commit 958cc373f5

View file

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p4c";
version = "1.2.4.0";
version = "1.2.4.1";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-nIPvB6nwa55dKNeoNRrjhnnmoYLYTviaoL79+hT6gGs=";
sha256 = "sha256-Whdryz1Gt0ymE7cj+mI95lW3Io9yBvLqcWa04gu5zEw=";
fetchSubmodules = true;
};