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

p4c: 1.2.3.1 -> 1.2.3.2
This commit is contained in:
Jörg Thalheim 2022-10-02 17:12:08 +02:00 committed by GitHub
commit 153d4d54d4
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.1";
version = "1.2.3.2";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-mOswMUvr7LGN4GmczPUqNMUjs0c1Pc8SiC5k2Ou52Iw=";
sha256 = "sha256-EeTYH7CsmPPBL05zJ+g4aM677n0NqDD+H40lBuKpY6M=";
fetchSubmodules = true;
};