empire-compiler: 0.3.4 -> 0.4.0 (#451170)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-12 03:26:57 +00:00
committed by GitHub
+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 = ''