about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-01 19:49:01 +0800
committerGitHub <noreply@github.com>2022-11-01 19:49:01 +0800
commit358b35c8d0de0498f2f0e6b2a2a9369bf43c94b4 (patch)
tree24486b4940996b7b7825def21d65dad62871c1a0 /pkgs/development/libraries
parent3357d39dc0c3ee6d4741a69c0921ae8957ea4ea1 (diff)
parent35ebc8d19390c686bf1858c9c280b70edaf2c49e (diff)
Merge pull request #197953 from OPNA2608/update/libvgm
libvgm: unstable-2022-06-18 -> unstable-2022-08-02
Diffstat (limited to 'pkgs/development/libraries')
-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 43b145be62bf5..f7c85b292a663 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-06-18";
+  version = "unstable-2022-08-02";
 
   src = fetchFromGitHub {
     owner = "ValleyBell";
     repo = "libvgm";
-    rev = "001ca758538ca3f82403dff654d82342730b215d";
-    sha256 = "O3jvEEW1M0cwZoG6j2ndmuQW4jP0dvt6gGp2BS4VD5s=";
+    rev = "0e349256338144205303a1495ddc788a854be1eb";
+    sha256 = "FNNPiIfBUxkwgEbiFebPGn6ZIxv3ypDefcOzC6r94hE=";
   };
 
   outputs = [