termplay: 2.0.4 -> 2.0.6

This commit is contained in:
jD91mZM2 2020-01-07 11:00:08 +01:00
parent 7de7b51741
commit 089c734c38
No known key found for this signature in database
GPG key ID: E471B167937421AB

View file

@ -1,18 +1,19 @@
{ rustPlatform, fetchFromGitHub, lib, makeWrapper, gst_all_1, libsixel }:
rustPlatform.buildRustPackage rec {
pname = "termplay";
version = "2.0.4";
version = "2.0.6";
src = fetchFromGitHub {
owner = "jD91mZM2";
repo = "termplay";
rev = version;
rev = "v${version}";
sha256 = "0qgx9xmi8n3sq5n5m6gai777sllw9hyki2kwsj2k4h1ykibzq9r0";
sha256 = "1w7hdqgqr1jgxid3k7f2j52wz31gv8bzr9rsm6xzp7nnihp6i45p";
};
cargoBuildFlags = ["--features" "bin"];
cargoSha256 = "06vf2lhdsp7vsln8007zd1xcswn5akk9gnhh7582x1siiijksmn7";
cargoSha256 = "15i7qid91awlk74n823im1n6isqanf4vlcal90n1w9izyddzs9j0";
nativeBuildInputs = [ makeWrapper ];
buildInputs = [