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

p4c: 1.2.3.8 -> 1.2.3.9
This commit is contained in:
Weijia Wang 2023-05-23 00:59:35 +03:00 committed by GitHub
commit b368164f48
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.8";
version = "1.2.3.9";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-EvMoooB6kAV0fJ3XBFJKpams87ImybTXw0C5P9YAa9Q=";
sha256 = "sha256-mnJluusDei95B6LMAwre8FjjxwlpK99tzvzLwroQQsM=";
fetchSubmodules = true;
};