initool: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2023-08-07 00:11:17 +00:00
parent 4b68f2cde5
commit 2b9b807e91

View File

@ -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 ];