From 13797298c2461db4c7ed179722575d60627a607f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 10 Apr 2023 12:45:37 -0300 Subject: [PATCH] fixes --- overlays/sixel-patches.nix | 2 +- scripts/down_meme | 2 +- user/rtp-sink.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/sixel-patches.nix b/overlays/sixel-patches.nix index 4db67b2..dbb2dd6 100644 --- a/overlays/sixel-patches.nix +++ b/overlays/sixel-patches.nix @@ -3,7 +3,7 @@ inputs: (final: prev: { src = inputs.alacritty-sixel; cargoDeps = old-alacritty.cargoDeps.overrideAttrs (prev.lib.const { inherit src; - outputHash = "sha256-KKJAYhOscjZAJhy0ZEVZ8LwRh+zViRbNeiSL0HwdYh0="; + outputHash = "sha256-wOFjVlTdKM2J1+Cq8/8vp2YMU2sRoKtX93UzwNMWUcU="; }); })); ranger = (prev.ranger.overridePythonAttrs (old-ranger: rec { diff --git a/scripts/down_meme b/scripts/down_meme index 30f609b..ae669b6 100755 --- a/scripts/down_meme +++ b/scripts/down_meme @@ -6,7 +6,7 @@ cd "$DIR" yt-dlp --merge-output-format mp4 "$(wl-paste)" -FILENAME="$(ls)" +FILENAME="$(ls | head -n1)" cp * "$HOME/Downloads/Memes/$FILENAME" diff --git a/user/rtp-sink.nix b/user/rtp-sink.nix index 2a1a276..8629682 100644 --- a/user/rtp-sink.nix +++ b/user/rtp-sink.nix @@ -13,7 +13,7 @@ #sap.ip = "224.0.0.56" #sap.port = 9875 #source.ip = "0.0.0.0" - destination.ip = "192.168.0.100" + destination.ip = "192.168.0.101" destination.port = 4010 #local.ifname = "eth0" net.mtu = 320