mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
gamecube-tools: 1.0.4 -> 1.0.6
This commit is contained in:
parent
167731fc9e
commit
366ce2dd35
@ -2,7 +2,7 @@
|
|||||||
, freeimage, libGL }:
|
, freeimage, libGL }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.4";
|
version = "1.0.6";
|
||||||
pname = "gamecube-tools";
|
pname = "gamecube-tools";
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "devkitPro";
|
owner = "devkitPro";
|
||||||
repo = "gamecube-tools";
|
repo = "gamecube-tools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-0iMY2LokfsYgHzIuFc8RlrVlJCURqVqprP54PG4oW0M=";
|
sha256 = "sha256-GsTmwyxBc36Qg+UGy+cRAjGW1eh1XxV0s94B14ZJAjU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user