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

p4c: 1.2.2.1 -> 1.2.3.0
This commit is contained in:
Christian Kögler
2022-08-22 08:31:46 +02:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p4c";
version = "1.2.2.1";
version = "1.2.3.0";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-XIZ7Cm5zfr5XA+s0aSG1WwWHCPjAYv/YoBWTRaXi9rQ=";
sha256 = "sha256-LwRfLvnn1JAvSXPTkVcIB4PbPrrVweIv72Xk5g015ck=";
fetchSubmodules = true;
};