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

p4c: 1.2.3.2 -> 1.2.3.5
This commit is contained in:
Weijia Wang 2023-01-23 06:36:08 +01:00 committed by GitHub
commit 40ab778da7
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.2";
version = "1.2.3.5";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-EeTYH7CsmPPBL05zJ+g4aM677n0NqDD+H40lBuKpY6M=";
sha256 = "sha256-5wDwHj+1X6HhhiLfEbOzijpZH6GwpTPEKgNh3iIGTWY=";
fetchSubmodules = true;
};