about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2022-12-31 23:37:09 +0100
committerOPNA2608 <christoph.neidahl@gmail.com>2022-12-31 23:37:09 +0100
commit0c76da51b644deaa0094b86ae8f75c05b78de7ba (patch)
tree241256857065afc6607da8427e606bcee0728b03 /pkgs/development
parent407160f7003c4200b7fbc8031bbcd94587814ec6 (diff)
libvgm: unstable-2022-08-02 -> unstable-2022-11-25
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 f7c85b292a663..a6d9a68abba59 100644
--- a/pkgs/development/libraries/libvgm/default.nix
+++ b/pkgs/development/libraries/libvgm/default.nix
@@ -42,13 +42,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "libvgm";
-  version = "unstable-2022-08-02";
+  version = "unstable-2022-11-25";
 
   src = fetchFromGitHub {
     owner = "ValleyBell";
     repo = "libvgm";
-    rev = "0e349256338144205303a1495ddc788a854be1eb";
-    sha256 = "FNNPiIfBUxkwgEbiFebPGn6ZIxv3ypDefcOzC6r94hE=";
+    rev = "fd7da37b96b5937a0bb5a41bacbae0a0ef59069f";
+    sha256 = "1tjooO/f72lRdZDxXVSxBySWsUMNWuqI2yQOipa7zFY=";
   };
 
   outputs = [