Merge pull request #77207 from jD91mZM2/termplay
termplay: 2.0.4 -> 2.0.6
This commit is contained in:
commit
992ef89f9a
|
@ -1,18 +1,19 @@
|
||||||
{ rustPlatform, fetchFromGitHub, lib, makeWrapper, gst_all_1, libsixel }:
|
{ rustPlatform, fetchFromGitHub, lib, makeWrapper, gst_all_1, libsixel }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "termplay";
|
pname = "termplay";
|
||||||
version = "2.0.4";
|
version = "2.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jD91mZM2";
|
owner = "jD91mZM2";
|
||||||
repo = "termplay";
|
repo = "termplay";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
|
|
||||||
sha256 = "0qgx9xmi8n3sq5n5m6gai777sllw9hyki2kwsj2k4h1ykibzq9r0";
|
sha256 = "1w7hdqgqr1jgxid3k7f2j52wz31gv8bzr9rsm6xzp7nnihp6i45p";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoBuildFlags = ["--features" "bin"];
|
cargoBuildFlags = ["--features" "bin"];
|
||||||
cargoSha256 = "06vf2lhdsp7vsln8007zd1xcswn5akk9gnhh7582x1siiijksmn7";
|
cargoSha256 = "15i7qid91awlk74n823im1n6isqanf4vlcal90n1w9izyddzs9j0";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue