forked from mirrors/nixpkgs
nixos/tests/pulseaudio: fix url to mp3 sample file
old URL returns 404
This commit is contained in:
parent
3346909bad
commit
7df2bb1902
|
@ -4,7 +4,7 @@ let
|
|||
let
|
||||
testFile = pkgs.fetchurl {
|
||||
url =
|
||||
"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3";
|
||||
"https://file-examples.com/storage/fe5947fd2362fc197a3c2df/2017/11/file_example_MP3_700KB.mp3";
|
||||
hash = "sha256-+iggJW8s0/LfA/okfXsB550/55Q0Sq3OoIzuBrzOPJQ=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue