empire-compiler: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2026-01-24 07:20:05 +00:00
parent c14478e8a9
commit 6067f0b9cf
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule (finalAttrs: {
pname = "empire-compiler";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "bc-security";
repo = "empire-compiler";
tag = "v${finalAttrs.version}";
hash = "sha256-BuNg5RetGEV/YAZnZP7rkMHif9NczOx2e4OAVDjafuI=";
hash = "sha256-HNT1sELoyibXDoRcKkBZiJHIsNY7Hz2fZfHEM93UCBE=";
};
postPatch = ''