p4c: 1.2.3.9 -> 1.2.4.0

This commit is contained in:
R. Ryantm 2023-06-09 12:26:21 +00:00
parent e1353e780e
commit aa3a5b91e3

View file

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