Merge pull request #208552 from OPNA2608/update/libvgm
libvgm: unstable-2022-08-02 -> unstable-2022-11-25
This commit is contained in:
commit
23b03468ac
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue