Unverified Commit 93e61e4f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

empire-compiler: 0.4.0 -> 0.4.1 (#453066)

parents 9fce632b 36b4d930
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.0";
  version = "0.4.1";

  src = fetchFromGitHub {
    owner = "bc-security";
    repo = "empire-compiler";
    tag = "v${finalAttrs.version}";
    hash = "sha256-DzX78ks+fWjv170c7IGZHWnWhhBnrI8ueTL7hxIhJb0=";
    hash = "sha256-BuNg5RetGEV/YAZnZP7rkMHif9NczOx2e4OAVDjafuI=";
  };

  postPatch = ''