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

p4c: 1.2.3.7 -> 1.2.3.8
This commit is contained in:
Weijia Wang 2023-04-27 21:24:24 +03:00 committed by GitHub
commit fcbdb884e6
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.7";
version = "1.2.3.8";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-s9uUq86xbqU21jfAF42blbbIvHlkv7W75rotjSbMxHc=";
sha256 = "sha256-EvMoooB6kAV0fJ3XBFJKpams87ImybTXw0C5P9YAa9Q=";
fetchSubmodules = true;
};