empire-compiler: 0.3.4 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-10-11 22:54:20 +00:00
parent 01ac1583da
commit db3502444c
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule (finalAttrs: {
pname = "empire-compiler";
version = "0.3.4";
version = "0.4.0";
src = fetchFromGitHub {
owner = "bc-security";
repo = "empire-compiler";
tag = "v${finalAttrs.version}";
hash = "sha256-HV61N76yNh16TL93L0LlBWBar1/AzHNX5/zsxl65AGM=";
hash = "sha256-DzX78ks+fWjv170c7IGZHWnWhhBnrI8ueTL7hxIhJb0=";
};
postPatch = ''