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

initool: 0.14.1 -> 0.15.0
This commit is contained in:
Aleksana 2024-05-21 20:07:05 +08:00 committed by GitHub
commit 3eaeaeb6b1
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.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "dbohdan";
repo = pname;
rev = "v${version}";
hash = "sha256-wb9hJ0R1R7kYt+TWznqfVGKms3hQjzB8TJYpS89da/E=";
hash = "sha256-QUCI3E04ggmFORUTYtwdwVJNnbuLwXI2OGwdg5/Ges4=";
};
nativeBuildInputs = [ mlton ];