libvgm: unstable-2022-06-18 -> unstable-2022-08-02
This commit is contained in:
parent
437171bfea
commit
35ebc8d193
1 changed files with 3 additions and 3 deletions
|
@ -42,13 +42,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libvgm";
|
pname = "libvgm";
|
||||||
version = "unstable-2022-06-18";
|
version = "unstable-2022-08-02";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ValleyBell";
|
owner = "ValleyBell";
|
||||||
repo = "libvgm";
|
repo = "libvgm";
|
||||||
rev = "001ca758538ca3f82403dff654d82342730b215d";
|
rev = "0e349256338144205303a1495ddc788a854be1eb";
|
||||||
sha256 = "O3jvEEW1M0cwZoG6j2ndmuQW4jP0dvt6gGp2BS4VD5s=";
|
sha256 = "FNNPiIfBUxkwgEbiFebPGn6ZIxv3ypDefcOzC6r94hE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
Loading…
Reference in a new issue