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

initool: 0.12.0 -> 0.13.0
This commit is contained in:
Weijia Wang
2023-10-07 22:56:40 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "initool";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "dbohdan";
repo = pname;
rev = "v${version}";
hash = "sha256-LV8Rv+7oUJ/4BX412WD1+Cs7N86OiXutN2ViAmo5jlE=";
hash = "sha256-99dkog0fr+IrMyrEBDf21tSGGREgAoHcU2+MJdGIvCM=";
};
nativeBuildInputs = [ mlton ];