p4c: 1.2.3.8 -> 1.2.3.9

This commit is contained in:
R. Ryantm 2023-05-05 10:07:56 +00:00
parent ffd548d5cc
commit 2e420f985d

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;
};