ytfzf: 2.5.0 -> 2.5.2

This commit is contained in:
R. Ryantm 2022-10-24 05:19:17 +00:00 committed by Robert Schütz
parent edaccfb61a
commit 8b0145bf4d

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.5.0";
version = "2.5.2";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-P5cEdcbL9f9tJbcfiOLA0lSPW6m2x39Cz4tL1yFFbCg=";
hash = "sha256-3GRCvoClV484xoEEa/9HSgIAdqC6bLBDSVkZ6KXEGY0=";
};
nativeBuildInputs = [ makeWrapper ];