Merge pull request #82066 from r-ryantm/auto-update/libgme
libgme: 0.6.2 -> 0.6.3
This commit is contained in:
commit
4eeb6f01e6
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromBitbucket, cmake }:
|
{ stdenv, fetchFromBitbucket, cmake }:
|
||||||
let
|
let
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "libgme";
|
pname = "libgme";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A collection of video game music chip emulators";
|
description = "A collection of video game music chip emulators";
|
||||||
homepage = https://bitbucket.org/mpyne/game-music-emu/overview;
|
homepage = "https://bitbucket.org/mpyne/game-music-emu/overview";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ lheckemann ];
|
maintainers = with maintainers; [ lheckemann ];
|
||||||
@ -17,7 +17,7 @@ in stdenv.mkDerivation {
|
|||||||
owner = "mpyne";
|
owner = "mpyne";
|
||||||
repo = "game-music-emu";
|
repo = "game-music-emu";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "00vlbfk5h99dq5rbwxk20dv72dig6wdwpgf83q451avsscky0jvk";
|
sha256 = "100ahb4n4pvgcry9xzlf2fr4j57n5h9x7pvyhhxys4dcy8axqqsy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user