termplay: switch to fetchFromGitLab

See also https://gitlab.com/jD91mZM2/termplay
This commit is contained in:
Maximilian Bosch 2020-02-28 04:12:22 +01:00
parent 9aaf1147ab
commit 572a63faf8
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,14 +1,13 @@
{ rustPlatform, fetchFromGitHub, lib, makeWrapper, gst_all_1, libsixel }:
{ rustPlatform, fetchFromGitLab, lib, makeWrapper, gst_all_1, libsixel }:
rustPlatform.buildRustPackage rec {
pname = "termplay";
version = "2.0.6";
src = fetchFromGitHub {
src = fetchFromGitLab {
owner = "jD91mZM2";
repo = "termplay";
rev = "v${version}";
sha256 = "1w7hdqgqr1jgxid3k7f2j52wz31gv8bzr9rsm6xzp7nnihp6i45p";
};