ytfzf: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm 2022-09-18 03:03:49 +00:00
parent b43f6f58c9
commit e9d66341da

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-nci2VXto9LptfNHBmLGxfMXQnzbVP1+GlvllOqWFGKU=";
hash = "sha256-P5cEdcbL9f9tJbcfiOLA0lSPW6m2x39Cz4tL1yFFbCg=";
};
nativeBuildInputs = [ makeWrapper ];