ytfzf: 1.1.4 -> 1.1.5

https://github.com/pystardust/ytfzf/releases/tag/v1.1.5
This commit is contained in:
Robert Schütz 2021-05-01 22:25:33 +02:00
parent c8dff328e5
commit 937a47700c

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
sha256 = "sha256-zRzd+rZxT5IJoFJl9sutTdQC4eMDUCBld5bTGfQWtco=";
sha256 = "sha256-NkJjh/Ys0Ypm8NTy/ZrQ4hIAjP5VGrpU73wjAMsZnAc=";
};
patches = [