ndstool: 2.1.2 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-11-12 02:49:10 +00:00
parent c0c77416ac
commit 576d95005b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ndstool";
version = "2.1.2";
version = "2.3.1";
src = fetchFromGitHub {
owner = "devkitPro";
repo = "ndstool";
rev = "v${version}";
sha256 = "0isnm0is5k6dgi2n2c3mysyr5hpwikp5g0s3ix7ms928z04l8ccm";
sha256 = "sha256-121xEmbt1WBR1wi4RLw9/iLHqkpyXImXKiCNnLCYnJs=";
};
nativeBuildInputs = [ autoconf automake ];