Commit 2b9b807e authored by R. RyanTM's avatar R. RyanTM
Browse files

initool: 0.10.0 -> 0.11.0

parent 4b68f2cd
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 ];