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

p4c: 1.2.3.6 -> 1.2.3.7
This commit is contained in:
Ryan Lahfa
2023-03-14 17:50:48 +01:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "p4c";
version = "1.2.3.6";
version = "1.2.3.7";
src = fetchFromGitHub {
owner = "p4lang";
repo = "p4c";
rev = "v${version}";
sha256 = "sha256-3i2L1wORVN+X5sr4Hs+zGD/GgM1sAXt34R4kGMkd4qk=";
sha256 = "sha256-s9uUq86xbqU21jfAF42blbbIvHlkv7W75rotjSbMxHc=";
fetchSubmodules = true;
};