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

initool: 0.17.0 -> 0.18.0
This commit is contained in:
Nick Cao 2024-06-12 16:46:29 -04:00 committed by GitHub
commit aca3eba4e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "initool";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "dbohdan";
repo = pname;
rev = "v${version}";
hash = "sha256-9+XmkXQ2oqwDWmzPSUt7jBKZBGhUVtGkNs371p4V0xA=";
hash = "sha256-f426yzSYcrhd0MOZc5vDg4T4m/RdWzTz/KPzb65h03U=";
};
nativeBuildInputs = [ mlton ];