Unverified Commit 95da447c authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

_2ship2harkinian: 3.0.2 -> 4.0.0 (#485510)

parents 184ab9a1 6ca6a421
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -106,13 +106,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "2ship2harkinian";
  version = "3.0.2";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "HarbourMasters";
    repo = "2ship2harkinian";
    tag = finalAttrs.version;
    hash = "sha256-3TmgOhlcYpu5FYvn9xblmNxwYUVSLjyE4VKbddR6D9s=";
    hash = "sha256-fG9HIJChPGngb8vouLsQTo9xQXBq6qIZn7oyYssvNhI=";
    fetchSubmodules = true;
    deepClone = true;
    postFetch = ''
@@ -172,6 +172,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  strictDeps = true;
  __structuredAttrs = true;
  enableParallelBuilding = true;

  dontAddPrefix = true;