empire-compiler: 0.4.2 -> 0.4.3 (#483282)

This commit is contained in:
nixpkgs-ci[bot] 2026-01-24 21:15:57 +00:00 committed by GitHub
commit 055fdf03b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''