Unverified Commit bec1e4ef authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

shipwright: 9.2.1 -> 9.2.3 (#510100)

parents 410b8cd3 c1ee78d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,12 +117,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "shipwright";
  version = "9.2.1";
  version = "9.2.3";
  src = fetchFromGitHub {
    owner = "harbourmasters";
    repo = "shipwright";
    tag = finalAttrs.version;
    hash = "sha256-t3QwJqXMmeC2B26YW1kMnnmRVXOVZA+1SMmDPvTa0FQ=";
    hash = "sha256-hQxYKZi6YJPittwes3sUZySChPBdGTz0GADbqgfjP5M=";
    fetchSubmodules = true;
    deepClone = true;
    postFetch = ''