Unverified Commit 055fdf03 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents 58f9cc46 6067f0b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''