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

p4c: 1.2.3.5 -> 1.2.3.6
This commit is contained in:
Nick Cao 2023-02-10 12:34:12 +08:00 committed by GitHub
commit ec91da3c2f
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.5";
version = "1.2.3.6";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-5wDwHj+1X6HhhiLfEbOzijpZH6GwpTPEKgNh3iIGTWY=";
sha256 = "sha256-3i2L1wORVN+X5sr4Hs+zGD/GgM1sAXt34R4kGMkd4qk=";
fetchSubmodules = true;
};