summary refs log tree commit diff
path: root/pkgs/development/libraries/libvgm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-18 04:48:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-18 04:48:54 +0000
commit7182c05da4231e059fa31842a409bbc8c0010d8d (patch)
treeaa5f528d52be74f027afb1a4bef44e5d864679cf /pkgs/development/libraries/libvgm
parentc9507b994f39b69635ed43b918ebc75ac84e707b (diff)
libvgm: unstable-2022-05-27 -> unstable-2022-06-17
Diffstat (limited to 'pkgs/development/libraries/libvgm')
-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 6575561691a6a..3db5c95ff9830 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-05-27";
+  version = "unstable-2022-06-17";
 
   src = fetchFromGitHub {
     owner = "ValleyBell";
     repo = "libvgm";
-    rev = "ec6ddae3e3488b6dc9e993cb0f76d3015d2f6fff";
-    sha256 = "AwIx4LuVSuCf7xgtximcB6N+rzC7g1ajeBdaBz6RSyk=";
+    rev = "577ff77185aa19943e5c7a858eb2485ec75c7539";
+    sha256 = "0R7qqrFs6Ap8FM5uBHX/iE+S5cQzuwWn65xxfp4/CdQ=";
   };
 
   outputs = [