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

initool: 0.11.0 -> 0.12.0
This commit is contained in:
Matthias Beyer 2023-08-20 16:34:14 +02:00 committed by GitHub
commit b0450e6bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "initool";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "dbohdan";
repo = pname;
rev = "v${version}";
hash = "sha256-+uyBweTmtMzwTsxL1xWnomtjcwra2hWcylqFHY2AexI=";
hash = "sha256-LV8Rv+7oUJ/4BX412WD1+Cs7N86OiXutN2ViAmo5jlE=";
};
nativeBuildInputs = [ mlton ];