Unverified Commit fcf7f083 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

_2ship2harkinian: 4.0.0 -> 4.0.2 (#494556)

parents 75990ab5 6c3773c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -106,13 +106,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "2ship2harkinian";
  version = "4.0.0";
  version = "4.0.2";

  src = fetchFromGitHub {
    owner = "HarbourMasters";
    repo = "2ship2harkinian";
    tag = finalAttrs.version;
    hash = "sha256-fG9HIJChPGngb8vouLsQTo9xQXBq6qIZn7oyYssvNhI=";
    hash = "sha256-zrV1iSI6d6vtzIyvYmSrbgijP3qZnwBkKG9L6+pq8+0=";
    fetchSubmodules = true;
    deepClone = true;
    postFetch = ''