mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
game-music-emu: 0.6.4 -> 0.6.5 (#511854)
This commit is contained in:
commit
77de9ce475
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.6.4";
|
||||
version = "0.6.5";
|
||||
pname = "game-music-emu";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libgme";
|
||||
repo = "game-music-emu";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-qGNWFFUUjv2R5e/nQrriAyDJCARISqNB8e5/1zEJ3fk=";
|
||||
hash = "sha256-zn1t0oDj8hz/sfbG7lrstkv2Kf6cL7zAEMpIu9X4dyQ=";
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue