aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-08 17:24:40 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-08 17:24:40 +0000
commit8d612a3b53ad633a85a1f3dd81d48eb5660fc4b0 (patch)
treee1628ab82bd0d17fadb8bf45c1125d05b0913db3 /pkgs/development/libraries/audio
parent8d72e6bd5fa8fb40f7aafe955c2ec888231b846b (diff)
libgme: 0.6.2 -> 0.6.3
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/libgme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/audio/libgme/default.nix b/pkgs/development/libraries/audio/libgme/default.nix
index b8f1a5c088ac..bcd6070831bb 100644
--- a/pkgs/development/libraries/audio/libgme/default.nix
+++ b/pkgs/development/libraries/audio/libgme/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromBitbucket, cmake }:
let
- version = "0.6.2";
+ version = "0.6.3";
in stdenv.mkDerivation {
pname = "libgme";
inherit version;
meta = with stdenv.lib; {
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;
platforms = platforms.all;
maintainers = with maintainers; [ lheckemann ];
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
owner = "mpyne";
repo = "game-music-emu";
rev = version;
- sha256 = "00vlbfk5h99dq5rbwxk20dv72dig6wdwpgf83q451avsscky0jvk";
+ sha256 = "100ahb4n4pvgcry9xzlf2fr4j57n5h9x7pvyhhxys4dcy8axqqsy";
};
buildInputs = [ cmake ];