about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-27 10:24:21 -0400
committerGitHub <noreply@github.com>2024-04-27 10:24:21 -0400
commita8fa41d4bea35bc7df89eb7adebf65d9aa69e251 (patch)
treee32a3b21be48f0e4bc6b93214f02f83dad2997d7 /pkgs/development
parent7af50a2335a040005ae3099cdb082868a0bbcc3c (diff)
parentfcf49e35ad0067828c63f6999f5ed03de53c412d (diff)
Merge pull request #307152 from r-ryantm/auto-update/libvgm
libvgm: unstable-2024-01-03 -> unstable-2024-04-24
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libvgm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libvgm/default.nix b/pkgs/development/libraries/libvgm/default.nix
index 0d7c098255f24..0f45c39e0aeb1 100644
--- a/pkgs/development/libraries/libvgm/default.nix
+++ b/pkgs/development/libraries/libvgm/default.nix
@@ -42,13 +42,13 @@ let
 in
 stdenv.mkDerivation {
   pname = "libvgm";
-  version = "unstable-2024-01-03";
+  version = "unstable-2024-04-24";
 
   src = fetchFromGitHub {
     owner = "ValleyBell";
     repo = "libvgm";
-    rev = "223b6f9d629feda1982dc4bbeebd19fa63b987fb";
-    hash = "sha256-CrqgDuOsY+Hpp41De6oWJduj8d8ftMUanMEWJKh79rw=";
+    rev = "1271ab3a0ec1440d2e537ead46165e189671dfd0";
+    hash = "sha256-vle9h7+izdpu9fe6LWD06j8oVQIL/lOApPrdjILmPX4=";
   };
 
   outputs = [