Unverified Commit 0a8221cd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #247609 from r-ryantm/auto-update/initool

initool: 0.10.0 -> 0.11.0
parents 161b9a3c 2b9b807e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "initool";
  version = "0.10.0";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "dbohdan";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-pszlP9gy1zjQjNNr0L1NY0XViejUUuvUZH6JHtUxdJI=";
    hash = "sha256-+uyBweTmtMzwTsxL1xWnomtjcwra2hWcylqFHY2AexI=";
  };

  nativeBuildInputs = [ mlton ];