about summary refs log tree commit diff
path: root/pkgs/applications/audio/vgmplay-libvgm
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-12-28 12:49:45 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-01-21 02:27:42 +0100
commit3cabe5375d0815e8c00fa201a2fd49f2f8841e5d (patch)
tree8ea60eb1f167dad4409cce3e22a7bb4ba672a317 /pkgs/applications/audio/vgmplay-libvgm
parentdd0ae16be1c94f442507af0f1de699c100a15b5b (diff)
vgmplay-libvgm: unstable-2023-04-12 -> unstable-2024-01-03
Diffstat (limited to 'pkgs/applications/audio/vgmplay-libvgm')
-rw-r--r--pkgs/applications/audio/vgmplay-libvgm/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/vgmplay-libvgm/default.nix b/pkgs/applications/audio/vgmplay-libvgm/default.nix
index 199f75ff20273..75701682e1283 100644
--- a/pkgs/applications/audio/vgmplay-libvgm/default.nix
+++ b/pkgs/applications/audio/vgmplay-libvgm/default.nix
@@ -9,15 +9,15 @@
 , inih
 }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "vgmplay-libvgm";
-  version = "unstable-2023-04-12";
+  version = "unstable-2024-01-03";
 
   src = fetchFromGitHub {
     owner = "ValleyBell";
     repo = "vgmplay-libvgm";
-    rev = "813abab549e99bb7e936acbfa1199cf435c237c6";
-    sha256 = "sdQO+xk3a7AFXo3jpbcuNBkd19PjKoBMRhr4IK06oHg=";
+    rev = "7db1c63c056d79a8f9f533aa7eb82b7fdf7d456c";
+    hash = "sha256-GjBwu8Y/lOI8SLO4SrAWcntQIwKe/hXuh9tKbOPHQiA=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];