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

shipwright: 9.1.0 -> 9.1.1 (#458968)

parents 405dc55d 52e70679
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -118,12 +118,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "shipwright";
  version = "9.1.0";
  version = "9.1.1";
  src = fetchFromGitHub {
    owner = "harbourmasters";
    repo = "shipwright";
    tag = finalAttrs.version;
    hash = "sha256-sRUg6wa0KOG+hoR+6QEVyPe/9O9yEefNB69BMO+H+iU=";
    hash = "sha256-TEP2YNKUuAnvLg+aDOkMmYfPQIjUXWYOhprfqsr8EgQ=";
    fetchSubmodules = true;
    deepClone = true;
    postFetch = ''