1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #127298 from r-ryantm/auto-update/gamecube-tools

This commit is contained in:
Sandro 2021-06-20 18:06:40 +02:00 committed by GitHub
commit 08455c9380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
, freeimage, libGL }:
stdenv.mkDerivation rec {
version = "1.0.2";
version = "1.0.4";
pname = "gamecube-tools";
nativeBuildInputs = [ autoreconfHook ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "devkitPro";
repo = "gamecube-tools";
rev = "v${version}";
sha256 = "0zvpkzqvl8iv4ndzhkjkmrzpampyzgb91spv0h2x2arl8zy4z7ca";
sha256 = "sha256-0iMY2LokfsYgHzIuFc8RlrVlJCURqVqprP54PG4oW0M=";
};
meta = with lib; {