Merge pull request #189512 from r-ryantm/auto-update/p4c

p4c: 1.2.3.0 -> 1.2.3.1
This commit is contained in:
Bobby Rong 2022-09-03 16:39:09 +08:00 committed by GitHub
commit fc8221d38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p4c";
version = "1.2.3.0";
version = "1.2.3.1";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-LwRfLvnn1JAvSXPTkVcIB4PbPrrVweIv72Xk5g015ck=";
sha256 = "sha256-mOswMUvr7LGN4GmczPUqNMUjs0c1Pc8SiC5k2Ou52Iw=";
fetchSubmodules = true;
};